From owner-freebsd-current Thu Feb 18 1:23: 8 1999 Delivered-To: freebsd-current@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 86176114BC; Thu, 18 Feb 1999 01:21:32 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.2/8.8.8) with ESMTP id JAA63646; Thu, 18 Feb 1999 09:21:17 GMT (envelope-from dfr@nlsystems.com) Date: Thu, 18 Feb 1999 09:21:17 +0000 (GMT) From: Doug Rabson To: Bruce Evans Cc: freebsd-current@freebsd.org, gpalmer@freebsd.org Subject: Re: axp kernel breakage In-Reply-To: <199902180546.QAA01698@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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