Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 1999 16:46:26 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.ORG, gpalmer@FreeBSD.ORG
Subject:   Re: axp kernel breakage
Message-ID:  <199902180546.QAA01698@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902180546.QAA01698>