PERFORCE change 134390 for review

Olivier Houchard cognet at FreeBSD.org
Tue Jan 29 09:41:38 PST 2008


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

Change 134390 by cognet at kanar on 2008/01/29 17:41:17

	We increased time_t to 64bits, so the size of the struct kinfo_proc
	increased.:

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list