diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:29:39 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-01-24 20:29:39 +0100 |
commit | 4e91e4a2dbab9d79e1047cfc2094a438561b5a21 (patch) | |
tree | 286f875c3c341a96174dc2db465c33becfbcd338 /sys/src/cmd/ip/dhcpd/dat.h | |
parent | eb7eea0bb9012b6a1b544555e60f6e56af688cab (diff) |
ip/dhcpd: remove undocumented dhcpgroup mechanism, group related ndb attributes together
Diffstat (limited to 'sys/src/cmd/ip/dhcpd/dat.h')
-rw-r--r-- | sys/src/cmd/ip/dhcpd/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/dhcpd/dat.h b/sys/src/cmd/ip/dhcpd/dat.h index f2e64c729..4ede21087 100644 --- a/sys/src/cmd/ip/dhcpd/dat.h +++ b/sys/src/cmd/ip/dhcpd/dat.h @@ -44,7 +44,6 @@ struct Info uchar auip[NDB_IPlen]; /* authentication server ip address */ uchar rootserverip[NDB_IPlen]; /* ip addr of root nfs server */ char rootpath[Maxstr]; /* rootfs for diskless nfs clients */ - char dhcpgroup[Maxstr]; char vendor[Maxstr]; /* vendor info */ }; |