Date: Mon, 17 Dec 2001 15:29:51 +0100 From: andreas.klemm.ak@bayer-ag.de To: stable@freebsd.org Subject: compilation error in isa/fd.c after =?iso-8859-1?Q?MFC=B4s_=2E=2E=2E_=22FDC=5FISPNP_undeclared=22?= Message-ID: <OFF27FA2B8.4DD22010-ONC1256B25.004F73DA@bayer-ag.com>
next in thread | raw e-mail | index | archive | help
Just for your information. I mirrored the CVS repository 2 hours ago from: ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/ root@byaps1[79] [BYAPS1] # make cc -c -pipe -O -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../isa/fd.c ../../isa/fd.c: In function `fdc_alloc_resources': ../../isa/fd.c:535: `FDC_ISPNP' undeclared (first use in this function) ../../isa/fd.c:535: (Each undeclared identifier is reported only once ../../isa/fd.c:535: for each function it appears in.) ../../isa/fd.c:536: `FDC_ISPCMCIA' undeclared (first use in this function) ../../isa/fd.c:532: warning: `ispnp' might be used uninitialized in this function ../../isa/fd.c:532: warning: `ispcmcia' might be used uninitialized in this function ../../isa/fd.c: In function `fdc_probe': ../../isa/fd.c:702: structure has no member named `fdctl_wr' ../../isa/fd.c:709: `FDC_ISPNP' undeclared (first use in this function) ../../isa/fd.c: In function `fd_probe': ../../isa/fd.c:987: `FDC_ISPCMCIA' undeclared (first use in this function) ../../isa/fd.c: In function `Fdopen': ../../isa/fd.c:1456: structure has no member named `dma_overruns' ../../isa/fd.c: In function `fdstate': ../../isa/fd.c:1735: structure has no member named `fdctl_wr' ../../isa/fd.c:2036: structure has no member named `dma_overruns' ../../isa/fd.c:2052: structure has no member named `dma_overruns' *** Error code 1 Stop in /usr/src/sys/compile/BYAPS1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFF27FA2B8.4DD22010-ONC1256B25.004F73DA>