PERFORCE change 100681 for review

Olivier Houchard cognet at FreeBSD.org
Thu Jul 6 00:24:44 UTC 2006


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

Change 100681 by cognet at cognet on 2006/07/06 00:23:55

	Ooops we use a 64bits time_t, so use the good value.

Affected files ...

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

Differences ...

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

@@ -95,7 +95,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