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 [email protected]
with "unsubscribe freebsd-current" in the body of the message