Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 17:15:58 +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:  <12123.988038958@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Mon, 23 Apr 2001 01:17:18 MST." <200104230817.f3N8HIx39518@freefall.freebsd.org> 

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


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




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