PERFORCE change 105554 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 2 18:03:30 UTC 2006


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

Change 105554 by gonzo at gonzo_hq on 2006/09/02 18:02:49

	o Change KINFO_PROC_SIZE to reflect change of time_t size.
	o Clean out unneccesary comment.

Affected files ...

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

Differences ...

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

@@ -94,11 +94,8 @@
 #ifdef __i386__
 #define	KINFO_PROC_SIZE	768
 #endif
-/*
- * XXMIPS: After defining a kinfo_proc variable, readelf shows 816.
- */
 #ifdef __mips__
-#define KINFO_PROC_SIZE 816
+#define KINFO_PROC_SIZE 768
 #endif
 #ifdef __powerpc__
 #define	KINFO_PROC_SIZE	768


More information about the p4-projects mailing list