artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c16fa
)
Kill unused #define IFI_NOMEDIA.
author
krw
<krw@openbsd.org>
Tue, 13 Jun 2017 16:02:46 +0000
(16:02 +0000)
committer
krw
<krw@openbsd.org>
Tue, 13 Jun 2017 16:02:46 +0000
(16:02 +0000)
sbin/dhclient/dhcpd.h
patch
|
blob
|
history
diff --git
a/sbin/dhclient/dhcpd.h
b/sbin/dhclient/dhcpd.h
index
e4b1550
..
17714d2
100644
(file)
--- a/
sbin/dhclient/dhcpd.h
+++ b/
sbin/dhclient/dhcpd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: dhcpd.h,v 1.17
4 2017/06/13 15:49:32
krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.17
5 2017/06/13 16:02:46
krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@
-160,8
+160,7
@@
struct interface_info {
int flags;
#define IFI_VALID_LLADDR 0x00000001
#define IFI_NEW_LLADDR 0x00000002
-#define IFI_NOMEDIA 0x00000004
-#define IFI_HUP 0x00000008
+#define IFI_HUP 0x00000003
};
struct dhcp_timeout {