PERFORCE change 103660 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Aug 11 20:38:09 UTC 2006


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

Change 103660 by marcel at marcel_nfs on 2006/08/11 20:38:04

	Make sure struct fpacc87 is defined.

Affected files ...

.. //depot/projects/gdb/sys/compat/ia32/ia32_sysvec.c#8 edit

Differences ...

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

@@ -65,6 +65,10 @@
 #include <vm/vm_object.h>
 #include <vm/vm_extern.h>
 
+#ifdef __amd64__
+#include <machine/fpu.h>
+#endif
+
 #include <compat/freebsd32/freebsd32_util.h>
 #include <compat/freebsd32/freebsd32_proto.h>
 #include <compat/freebsd32/freebsd32_syscall.h>


More information about the p4-projects mailing list