PERFORCE change 134401 for review

Randall R. Stewart rrs at FreeBSD.org
Tue Jan 29 10:21:23 PST 2008


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

Change 134401 by rrs at rrs-mips2-jnpr on 2008/01/29 18:21:13

	Setup the size correctly for kproc structure in mips.

Affected files ...

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

Differences ...

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

@@ -100,7 +100,7 @@
 #define	KINFO_PROC_SIZE	768
 #endif
 #ifdef __mips__
-#define	KINFO_PROC_SIZE 792
+#define	KINFO_PROC_SIZE 816
 #endif
 #ifdef __powerpc__
 #define	KINFO_PROC_SIZE	768


More information about the p4-projects mailing list