From: henning Date: Sun, 13 Jul 2014 13:41:46 +0000 (+0000) Subject: someone send dlg a keyboard with a tab key please X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dca2f0fdd14d2560ae6aa3d27dc0b949a82c344e;p=openbsd someone send dlg a keyboard with a tab key please --- 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_ */