From owner-cvs-all Mon Apr 23 8:16:40 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id CFC1037B422; Mon, 23 Apr 2001 08:16:32 -0700 (PDT) (envelope-from sheldonh@uunet.co.za) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14ri4k-0007jl-00; Mon, 23 Apr 2001 17:16:30 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id RAA25070; Mon, 23 Apr 2001 17:16:28 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 24998; Mon Apr 23 17:15:59 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.22 #1) id 14ri4E-00039Y-00; Mon, 23 Apr 2001 17:15:58 +0200 To: Greg Lehey Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h In-reply-to: Your message of "Mon, 23 Apr 2001 01:17:18 MST." <200104230817.f3N8HIx39518@freefall.freebsd.org> Date: Mon, 23 Apr 2001 17:15:58 +0200 Message-ID: <12123.988038958@axl.fw.uunet.co.za> From: Sheldon Hearn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 23 Apr 2001 01:17:18 MST, Greg Lehey wrote: > Modified files: > sys/sys mount.h > Log: > Remove bogus #include and duplicate definition of AF_MAX. These were > made necessary by breakage in usr.sbin/pstat and usr.bin/fstat, since > fixed. Did you test this through a module build? cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/coda/../../coda/coda_psdev.c In file included from /usr/src/sys/modules/coda/../../coda/coda_psdev.c:64: @/sys/mount.h:385: field `netc_rnodes' has incomplete type @/sys/mount.h:395: `AF_MAX' undeclared here (not in a function) @/sys/mount.h:395: size of array `ne_rtable' has non-integer type *** Error code 1 [...] Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message