PERFORCE change 100680 for review

Olivier Houchard cognet at FreeBSD.org
Thu Jul 6 00:22:41 UTC 2006


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

Change 100680 by cognet at cognet on 2006/07/06 00:22:06

	Keep this in alphabetical order.

Affected files ...

.. //depot/projects/mips2/src/sys/sys/user.h#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/sys/user.h#3 (text+ko) ====

@@ -94,15 +94,15 @@
 #ifdef __i386__
 #define	KINFO_PROC_SIZE	768
 #endif
+#ifdef __mips__
+#define KINFO_PROC_SIZE 768
+#endif
 #ifdef __powerpc__
 #define	KINFO_PROC_SIZE	768
 #endif
 #ifdef __sparc64__
 #define	KINFO_PROC_SIZE 1088
 #endif
-#ifdef __mips__
-#define KINFO_PROC_SIZE 768
-#endif
 #ifndef KINFO_PROC_SIZE
 #error "Unknown architecture"
 #endif


More information about the p4-projects mailing list