Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2003 14:05:56 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43772 for review
Message-ID:  <200312102205.hBAM5uuY041720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=43772

Change 43772 by peter@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312102205.hBAM5uuY041720>