PERFORCE change 32445 for review

Juli Mallett jmallett at FreeBSD.org
Mon Jun 2 21:14:33 PDT 2003


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

Change 32445 by jmallett at jmallett_dalek on 2003/06/02 21:14:28

	Fix typo.

Affected files ...

.. //depot/projects/mips/sys/sys/user.h#7 edit

Differences ...

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

@@ -75,7 +75,7 @@
  * fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist.
  */
 #if defined(__alpha__) || defined(__ia64__) || defined(__mips__) || \
-    defined(__sparc64_ || defined(__amd64__)
+    defined(__sparc64_) || defined(__amd64__)
 #define	KINFO_PROC_SIZE	912		/* the correct size for kinfo_proc */
 #endif
 #ifdef	__i386__


More information about the p4-projects mailing list