Date: Wed, 17 Feb 1999 11:48:15 +0200 From: Sheldon Hearn <sheldonh@iafrica.com> To: current@freebsd.org Subject: Kernel option NFS_NOSERVER breaks current kernel Message-ID: <37062.919244895@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
Hi folks,
I have the following pertinent options in my kernel config:
options FFS #Fast filesystem
options FFS_ROOT #FFS usable as root device
options MFS #Memory filesystem
options NFS #Network filesystem
options NFS_NOSERVER #Disable the NFS-server code.
options SOFTUPDATES
I'm using current sources pulled down about 10 hours before the time of
this post. A ``config -r MYKERNEL ; cd ../../compile/MYKERNEL ; make
depend'' works, but I get the following breakage during a ``make'':
# make
[...]
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../nfs/nfs_syscalls.c
*** Error code 1
Stop.
# ident ../../nfs/nfs_syscalls.c
../../nfs/nfs_syscalls.c:
$Id: nfs_syscalls.c,v 1.46 1999/02/16 10:49:53 dfr Exp $
Is anyone else using the NFS_NOSERVER option successfully?
Ciao,
Sheldon.
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?37062.919244895>
