Date: Thu, 18 Feb 1999 09:21:17 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Bruce Evans <bde@zeta.org.au> Cc: freebsd-current@freebsd.org, gpalmer@freebsd.org Subject: Re: axp kernel breakage Message-ID: <Pine.BSF.4.05.9902180921010.61913-100000@herring.nlsystems.com> In-Reply-To: <199902180546.QAA01698@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Feb 1999, Bruce Evans wrote: > >cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -mno-fp-regs -Wa,-mev56 ../../nfs/nfs_syscalls.c > >../../nfs/nfs_syscalls.c:924: `sysctl__vfs_nfs_children' undeclared here (not in a function) > >../../nfs/nfs_syscalls.c:924: initializer element for `sysctl___vfs_nfs_defect.oid_parent' is not constant > >../../nfs/nfs_syscalls.c:92: warning: `nfsrv_zapsock' declared `static' but never defined > >*** Error code 1 > > > >Not *quite* sure where its coming from. > > The new SYSCTL_DECL() is in an ifdef tangle for NFS_NOSERVER, so it only > works if NFS_NOSERVER is not defined. It should be fixed now. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902180921010.61913-100000>