replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0
authorgraichen <graichen@openbsd.org>
Mon, 20 Jan 1997 09:13:22 +0000 (09:13 +0000)
committergraichen <graichen@openbsd.org>
Mon, 20 Jan 1997 09:13:22 +0000 (09:13 +0000)
commit52504c6fc431d4fe738b5534fa63b2994fed63ce
tree984f97b4124fe7372d3d4c108b6aa9cae3a5c437
parent5035b6181b4b0ed9e99897b8f9384b7a22c77c70
replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0
because revarpwhoami is defined in if_ether.c and netbooting without
an ethernet card is very unusual :-)

p.s.: seems like nobody uses OpenBSD in machines without a network
card - because due to this it was'nt possible to build a kernel for
such a configuration ...
sys/nfs/nfs_boot.c