diff options
author | phk <phk@FreeBSD.org> | 2003-09-05 11:12:55 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-09-05 11:12:55 +0000 |
commit | af43a08ef878f93cd1737b5e9c7362eb930d1d0a (patch) | |
tree | bbd5f27e7d5e6a30cae38dc06903c85c25097aa8 /sys/nfsclient | |
parent | d999957bf0e4ae1ec3303fe5e8f426a86d26d1ea (diff) | |
download | FreeBSD-src-af43a08ef878f93cd1737b5e9c7362eb930d1d0a.zip FreeBSD-src-af43a08ef878f93cd1737b5e9c7362eb930d1d0a.tar.gz |
Remove now unused BOOTP tags related to NFS swap device.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r-- | sys/nfsclient/bootp_subr.c | 3 |
1 files changed, 0 insertions, 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 |