From owner-p4-projects Fri Jan 24 20:38: 4 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3BB9937B40C; Fri, 24 Jan 2003 20:38:02 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A8037B401 for ; Fri, 24 Jan 2003 20:38:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D049443F18 for ; Fri, 24 Jan 2003 20:38:00 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0P4c0bv031118 for ; Fri, 24 Jan 2003 20:38:00 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0P4c01h031113 for perforce@freebsd.org; Fri, 24 Jan 2003 20:38:00 -0800 (PST) Date: Fri, 24 Jan 2003 20:38:00 -0800 (PST) Message-Id: <200301250438.h0P4c01h031113@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 24166 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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