artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f2497
)
Nuke unused pointer to non-existant struct.
author
krw
<krw@openbsd.org>
Sun, 18 Jun 2017 11:21:39 +0000
(11:21 +0000)
committer
krw
<krw@openbsd.org>
Sun, 18 Jun 2017 11:21:39 +0000
(11:21 +0000)
sbin/dhclient/dhcpd.h
patch
|
blob
|
history
diff --git
a/sbin/dhclient/dhcpd.h
b/sbin/dhclient/dhcpd.h
index
21a206d
..
633691d
100644
(file)
--- a/
sbin/dhclient/dhcpd.h
+++ b/
sbin/dhclient/dhcpd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: dhcpd.h,v 1.18
6 2017/06/17 17:10:26
krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.18
7 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;