Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 20:38:00 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24166 for review
Message-ID:  <200301250438.h0P4c01h031113@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24166

Change 24166 by jmallett@jmallett_dalek on 2003/01/24 20:37:55

	Define a really bogus value - PowerPC's - in the hopes that we can get
	it to fail some time soon, i.e. have enough things filled out for it to
	matter.

Affected files ...

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

Differences ...

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

@@ -83,6 +83,9 @@
 #ifdef  __powerpc__
 #define	KINFO_PROC_SIZE	656
 #endif
+#ifdef	__mips__
+#define	KINFO_PROC_SIZE	656		/* this is wrong, XXXMIPS */
+#endif
 #ifndef	KINFO_PROC_SIZE
 #error	"Unknown architecture"
 #endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301250438.h0P4c01h031113>