summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip/dhcpd/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-01-24 20:29:39 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-01-24 20:29:39 +0100
commit4e91e4a2dbab9d79e1047cfc2094a438561b5a21 (patch)
tree286f875c3c341a96174dc2db465c33becfbcd338 /sys/src/cmd/ip/dhcpd/dat.h
parenteb7eea0bb9012b6a1b544555e60f6e56af688cab (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.h1
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 */
};