summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-02-10 16:55:35 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-02-10 16:55:35 +0000
commit99abbe4257994aba57cb5048ab1396383dcf2cdb (patch)
treec1fec52814a6b759e756f6c78819944f9f4dc6ee
parentf512ee405204d25c9d9e08ee27d2b1e06707789f (diff)
Notes
-rw-r--r--sys/sys/sockio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index b14f3b8c6760..93ec3ed61429 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -81,7 +81,7 @@
#define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */
#define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */
#define SIOCGIFMAC _IOWR('i', 38, struct ifreq) /* get IF MAC label */
-#define SIOCSIFMAC _IOW('i', 39, struct ifreq) /* set IF MAC label */
+#define SIOCSIFMAC _IOW('i', 39, struct ifreq) /* set IF MAC label */
#define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */
#define SIOCDELMULTI _IOW('i', 50, struct ifreq) /* del m'cast addr */