From owner-cvs-all Mon Apr 23 8:37:41 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 E28EA37B424; Mon, 23 Apr 2001 08:37: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 14riP4-00009Z-00; Mon, 23 Apr 2001 17:37:30 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id RAA28960; Mon, 23 Apr 2001 17:37:28 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 28929; Mon Apr 23 17:37:13 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.22 #1) id 14riOn-00061i-00; Mon, 23 Apr 2001 17:37:13 +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 17:15:58 +0200." <12123.988038958@axl.fw.uunet.co.za> Date: Mon, 23 Apr 2001 17:37:13 +0200 Message-ID: <23169.988040233@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 17:15:58 +0200, Sheldon Hearn wrote: > 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 Not that this is too serious. Once I back out your change, I get back to the error I've had for the last two days, which is: 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 linux_sysent.c linux_sysent.c:21: sizeof applied to an incomplete type linux_sysent.c:21: warning: built-in function `exit' used without declaration linux_sysent.c:21: warning: cast discards qualifiers from pointer target type *** Error code 1 [...] :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message