PERFORCE change 43772 for review

Peter Wemm peter at FreeBSD.org
Wed Dec 10 14:05:58 PST 2003


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

Change 43772 by peter at peter_daintree on 2003/12/10 14:05:17

	use the correct top-of-table marker or horrible things happen

Affected files ...

.. //depot/projects/hammer/sys/compat/ia32/ia32_sysvec.c#6 edit

Differences ...

==== //depot/projects/hammer/sys/compat/ia32/ia32_sysvec.c#6 (text+ko) ====

@@ -66,6 +66,7 @@
 
 #include <compat/freebsd32/freebsd32_util.h>
 #include <compat/freebsd32/freebsd32_proto.h>
+#include <compat/freebsd32/freebsd32_syscall.h>
 #include <compat/ia32/ia32_signal.h>
 #include <machine/psl.h>
 #include <machine/segments.h>
@@ -93,7 +94,7 @@
 SYSCTL_NODE(_compat, OID_AUTO, ia32, CTLFLAG_RW, 0, "ia32 mode");
 
 struct sysentvec ia32_freebsd_sysvec = {
-	SYS_MAXSYSCALL,
+	FREEBSD32_SYS_MAXSYSCALL,
 	freebsd32_sysent,
 	0,
 	0,


More information about the p4-projects mailing list