diff options
author | 2017-06-18 11:21:39 +0000 | |
---|---|---|
committer | 2017-06-18 11:21:39 +0000 | |
commit | c803635f984d47b43f93f5113251246849504ba4 (patch) | |
tree | 320d43d0772ade3a52975632f8f91a12da8bfb5d | |
parent | Drop unnecessary call to octeon_setintrmask(). The function gets called (diff) | |
download | wireguard-openbsd-c803635f984d47b43f93f5113251246849504ba4.tar.xz wireguard-openbsd-c803635f984d47b43f93f5113251246849504ba4.zip |
Nuke unused pointer to non-existant struct.
-rw-r--r-- | sbin/dhclient/dhcpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 21a206d7c6a..633691d9601 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.186 2017/06/17 17:10:26 krw Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.187 2017/06/18 11:21:39 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -124,7 +124,6 @@ struct interface_info { char name[IFNAMSIZ]; char ssid[32]; uint8_t ssid_len; - struct client_state *client; int bfdesc; /* bpf - reading & broadcast writing*/ int ufdesc; /* udp - unicast writing */ unsigned char *rbuf; |