From af43a08ef878f93cd1737b5e9c7362eb930d1d0a Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 5 Sep 2003 11:12:55 +0000 Subject: Remove now unused BOOTP tags related to NFS swap device. --- sys/nfsclient/bootp_subr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index 740242b..d5ba661 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -191,10 +191,7 @@ struct bootpc_globalcontext { #define OVERLOAD_SNAME 2 /* Site specific tags: */ -#define TAG_SWAP 128 -#define TAG_SWAPSIZE 129 #define TAG_ROOTOPTS 130 -#define TAG_SWAPOPTS 131 #define TAG_COOKIE 134 /* ascii info for userland, via sysctl */ #define TAG_DHCP_MSGTYPE 53 -- cgit v1.1