diff options
author | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2011-12-04 06:26:11 +0000 |
---|---|---|
committer | Christiano F. Haesbaert <haesbaert@cvs.openbsd.org> | 2011-12-04 06:26:11 +0000 |
commit | 968dfa1e9404a727c5a18f522e9ab5cd4a09e352 (patch) | |
tree | 7afe72de8ae7348da03bc330d08ee73780dde3f6 /sbin/ifconfig/ifconfig.c | |
parent | c0dcc65dc40ec70f3832c5149b6b1de520c8a099 (diff) |
Cleanup recently removed flags from ifconfig.c and its manpage.
ok jmc@ mikeb@
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index e33f3051392..5477b590c77 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.252 2011/11/26 23:38:18 haesbaert Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.253 2011/12/04 06:26:10 haesbaert Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -106,9 +106,9 @@ #include "pbkdf2.h" #define HWFEATURESBITS \ - "\024\1CSUM_IPv4\2CSUM_TCPv4\3CSUM_UDPv4\4IPSEC" \ - "\5VLAN_MTU\6VLAN_HWTAGGING\7IPCOMP\10CSUM_TCPv6" \ - "\11CSUM_UDPv6\12TCPv4_Rx\13UDPv4_Rx\20WOL" + "\024\1CSUM_IPv4\2CSUM_TCPv4\3CSUM_UDPv4" \ + "\5VLAN_MTU\6VLAN_HWTAGGING\10CSUM_TCPv6" \ + "\11CSUM_UDPv6\20WOL" struct ifreq ifr, ridreq; struct in_aliasreq in_addreq; |