diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2019-07-17 03:09:16 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2019-07-17 03:09:16 +0000 |
| commit | 72a2bcdb0825ec644999d1c48848d6f6d1728b0e (patch) | |
| tree | 1160d9553e90e9c3b762d8d89255f11ec359a476 /sbin | |
| parent | c5aed5d2b1549ef86c93d9ac5eca52afd24a1b5e (diff) | |
KNF. No functional change.
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ifconfig/ether.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ether.c b/sbin/ifconfig/ether.c index 0edbefe2a38..e7069e54fde 100644 --- a/sbin/ifconfig/ether.c +++ b/sbin/ifconfig/ether.c @@ -1,4 +1,4 @@ -/* $NetBSD: ether.c,v 1.4 2019/07/08 03:04:15 msaitoh Exp $ */ +/* $NetBSD: ether.c,v 1.5 2019/07/17 03:09:16 msaitoh Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,7 +31,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: ether.c,v 1.4 2019/07/08 03:04:15 msaitoh Exp $"); +__RCSID("$NetBSD: ether.c,v 1.5 2019/07/17 03:09:16 msaitoh Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -65,10 +65,10 @@ static cmdloop_branch_t branch; static const struct kwinst ethercapskw[] = { #if 0 /* notyet */ - IFKW("vlan-hwfilter", ETHERCAP_VLAN_HWFILTER) + IFKW("vlan-hwfilter", ETHERCAP_VLAN_HWFILTER), #endif - IFKW("vlan-hwtagging", ETHERCAP_VLAN_HWTAGGING), - IFKW("eee", ETHERCAP_EEE) + IFKW("vlan-hwtagging", ETHERCAP_VLAN_HWTAGGING), + IFKW("eee", ETHERCAP_EEE) }; struct pkw ethercaps = PKW_INITIALIZER(ðercaps, "ethercaps", setethercaps, |
