From owner-cvs-sys Wed Dec 3 12:31:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA10523 for cvs-sys-outgoing; Wed, 3 Dec 1997 12:31:49 -0800 (PST) (envelope-from owner-cvs-sys) Received: from mail.san.rr.com (ns.san.rr.com [204.210.0.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA10503; Wed, 3 Dec 1997 12:31:39 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by mail.san.rr.com (8.8.7/8.8.7) with ESMTP id MAA11402; Wed, 3 Dec 1997 12:32:09 -0800 (PST) Message-ID: <3485C181.4FA2DDD6@dal.net> Date: Wed, 03 Dec 1997 12:30:57 -0800 From: Studded X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Sean Eric Fagan CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c References: <199712031630.IAA03488@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------361C74482DEB8015A04DF0D8" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------361C74482DEB8015A04DF0D8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sean Eric Fagan wrote: > > sef 1997/12/03 08:30:13 PST > > Modified files: (Branch: RELENG_2_2) > sys/i386/i386 machdep.c > Log: > MFC -- F00f cleanups. > > Revision Changes Path > 1.209.2.15 +2 -6 src/sys/i386/i386/machdep.c Even after this commit I'm still getting errors at this point when I compile the kernel. I got some using the "normal" compile settings (-O -pipe) so I recompiled with -Wall for the benefit of anyone interested in fixing it. Pardon the attachment, but I still can't figure out how to get netscape 4.04 to read a file into the message. :-/ Thanks, Doug --------------361C74482DEB8015A04DF0D8 Content-Type: text/plain; charset=us-ascii; name="machdep-errors" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="machdep-errors" cc -c -O -Wall -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_43 -DMSDOSFS -DFFS -DINET -DKERNEL ../../i386/i386/machdep.c ../../i386/i386/machdep.c: In function `cpu_startup': ../../i386/i386/machdep.c:230: warning: long unsigned int format, unsigned int arg (arg 2) ../../i386/i386/machdep.c:230: warning: long unsigned int format, unsigned int arg (arg 3) ../../i386/i386/machdep.c: In function `init386': ../../i386/i386/machdep.c:1084: warning: int format, long int arg (arg 2) ../../i386/i386/machdep.c: At top level: ../../i386/i386/machdep.c:1371: warning: initialization from incompatible pointer type ../../i386/i386/machdep.c: In function `f00f_hack': ../../i386/i386/machdep.c:1385: warning: assignment makes pointer from integer without a cast ../../i386/i386/machdep.c:1396: warning: passing arg 2 of `vm_map_protect' makes integer from pointer without a cast ../../i386/i386/machdep.c:1396: warning: passing arg 3 of `vm_map_protect' makes integer from pointer without a cast --------------361C74482DEB8015A04DF0D8--