aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2014-12-23 00:47:46 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2014-12-23 00:47:46 +0000
commitc15882f09100c13fc41902bd2620242a424a83be (patch)
treeed6528cb0f84dfe08b65ff02e6fda5247450f4fb /sys/nfs/bootp_subr.c
parent6d514f104ec744210e4cd2e815fcf5384d405c14 (diff)
downloadsrc-c15882f09100c13fc41902bd2620242a424a83be.tar.gz
src-c15882f09100c13fc41902bd2620242a424a83be.zip
Remove the old NFS client and server from head,
which means that the NFSCLIENT and NFSSERVER kernel options will no longer work. This commit only removes the kernel components. Removal of unused code in the user utilities will be done later. This commit does not include an addition to UPDATING, but that will be committed in a few minutes. Discussed on: freebsd-fs
Notes
Notes: svn path=/head/; revision=276096
Diffstat (limited to 'sys/nfs/bootp_subr.c')
-rw-r--r--sys/nfs/bootp_subr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c
index 5e3145e8dfbe..c5bd4cb5fc7c 100644
--- a/sys/nfs/bootp_subr.c
+++ b/sys/nfs/bootp_subr.c
@@ -1735,9 +1735,6 @@ retry:
goto out;
}
rootdevnames[0] = "nfs:";
-#ifdef NFSCLIENT
- rootdevnames[1] = "oldnfs:";
-#endif
nfs_diskless_valid = 3;
}