Date: Sat, 22 Apr 2000 03:12:37 -0400 From: Omar Thameen <omar@clifford.inch.com> To: David Daugherty <doc@wcug.wwu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: make of 4.0-stable Message-ID: <20000422031237.A35774@che.boliche.inch.com> In-Reply-To: <Pine.LNX.3.96.1000324071325.13299A-100000@sloth> References: <Pine.LNX.3.96.1000324071325.13299A-100000@sloth>
next in thread | previous in thread | raw e-mail | index | archive | help
I got this same error until I blew out all of /usr/src and reinstalled the kernel sources from the CD (alternately, you could cvsup). My situation was a 3.x to 4.0 upgrade, so I think I did something wrong and ended up with mixed kernel sources. Omar On Fri, Mar 24, 2000 at 07:17:43AM -0800, David Daugherty wrote: > I've read through LINT and can't seem to figure out where in my config I'm > getting this error message from. > > -include opt_global.h -elf ../../dev/ppbus/if_plip.c > ../../dev/ppbus/if_plip.c: In function `lp_identify': > ../../dev/ppbus/if_plip.c:189: warning: implicit declaration of function > `BUS_ADD_CHILD' > ../../dev/ppbus/if_plip.c: In function `lpioctl': > ../../dev/ppbus/if_plip.c:356: warning: passing arg 4 of `BUS_SETUP_INTR' > makes pointer from integer without a cast > ../../dev/ppbus/if_plip.c:356: warning: passing arg 6 of `BUS_SETUP_INTR' > from incompatible pointer type > ../../dev/ppbus/if_plip.c:356: too many arguments to function > `BUS_SETUP_INTR' > ../../dev/ppbus/if_plip.c: At top level: > ../../dev/ppbus/if_plip.c:777: `device_identify_desc' undeclared here (not > in a function) > ../../dev/ppbus/if_plip.c:777: initializer element for > `lp_methods[0].desc' is not constant > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000422031237.A35774>