Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 17:37:13 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Greg Lehey <grog@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/sys mount.h 
Message-ID:  <23169.988040233@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Mon, 23 Apr 2001 17:15:58 %2B0200." <12123.988038958@axl.fw.uunet.co.za> 

next in thread | previous in thread | raw e-mail | index | archive | help


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




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