summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2014-07-13 13:41:47 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2014-07-13 13:41:47 +0000
commitb91afb95221e0468e746044468ee33dbe0e3b135 (patch)
tree0b4a3d92e7d5e560118eed5dd004aa5129bac981 /sys
parentbc2036c931acd3501da415d48b86394b4608611c (diff)
someone send dlg a keyboard with a tab key please
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sockio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index 3b96f210d57..625ee6755e0 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sockio.h,v 1.54 2014/07/08 04:02:14 dlg Exp $ */
+/* $OpenBSD: sockio.h,v 1.55 2014/07/13 13:41:46 henning Exp $ */
/* $NetBSD: sockio.h,v 1.5 1995/08/23 00:40:47 thorpej Exp $ */
/*-
@@ -199,6 +199,6 @@
#define SIOCSETPFLOW _IOW('i', 253, struct ifreq)
#define SIOCGETPFLOW _IOWR('i', 254, struct ifreq)
-#define SIOCGIFRXR _IOW('i', 170, struct ifreq)
+#define SIOCGIFRXR _IOW('i', 170, struct ifreq)
#endif /* !_SYS_SOCKIO_H_ */