From owner-freebsd-current Wed Feb 17 21:46:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 31CE511395; Wed, 17 Feb 1999 21:46:28 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA01698; Thu, 18 Feb 1999 16:46:26 +1100 Date: Thu, 18 Feb 1999 16:46:26 +1100 From: Bruce Evans Message-Id: <199902180546.QAA01698@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, gpalmer@FreeBSD.ORG Subject: Re: axp kernel breakage Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >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. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message