Date: Fri, 20 Aug 1999 16:59:38 +0200 (CEST) From: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> To: questions@freebsd.org Subject: problems building a 3.2 kernel Message-ID: <199908201459.QAA25661@gil.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
I upgraded a 2.2.8 system to 3.2 and when trying to rebuild my custom kernel I'm getting: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/imgact_aout.c In file included from ../../kern/imgact_aout.c:45: ../../sys/vnode.h:476: warning: `struct vop_lease_args' declared inside parameter list ../../sys/vnode.h:476: warning: its scope is only this definition or declaration, ../../sys/vnode.h:476: warning: which is probably not what you want. ../../sys/vnode.h:490: warning: `struct vop_lease_args' declared inside parameter list ../../sys/vnode.h:536: warning: `struct vop_poll_args' declared inside parameter list ../../sys/vnode.h:539: warning: `struct vop_poll_args' declared inside parameter list ../../sys/vnode.h:540: warning: `struct vop_revoke_args' declared inside parameter list ../../kern/imgact_aout.c: In function `aout_coredump': ../../kern/imgact_aout.c:277: warning: implicit declaration of function `VOP_LEASE' ../../kern/imgact_aout.c:294: too many arguments to function `VOP_UNLOCK' *** Error code 1 Stop. Everything that includes vnode.h seems to choke. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de 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?199908201459.QAA25661>