PERFORCE change 64379 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 5 14:32:16 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64379

Change 64379 by peter at peter_daintree on 2004/11/05 22:31:40

	Continue the invasion

Affected files ...

.. //depot/projects/hammer/lib/libc/i386/sys/Makefile.inc#4 edit

Differences ...

==== //depot/projects/hammer/lib/libc/i386/sys/Makefile.inc#4 (text+ko) ====

@@ -1,8 +1,12 @@
 #	from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
 # $FreeBSD: src/lib/libc/i386/sys/Makefile.inc,v 1.27 2003/09/04 00:20:40 peter Exp $
 
+.if !defined(COMPAT_32BIT)
 SRCS+=	i386_clr_watch.c i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c \
 	i386_set_ldt.c i386_set_watch.c i386_vm86.c
+.else
+SRCS+=	_amd64_get_fsbase.c _amd64_get_gsbase.c _amd64_set_fsbase.c _amd64_set_gsbase.c
+.endif
 
 MDASM=	Ovfork.S brk.S cerror.S exect.S getcontext.S pipe.S ptrace.S \
 	reboot.S sbrk.S setlogin.S sigreturn.S syscall.S


More information about the p4-projects mailing list