diff options
author | 2014-07-13 13:41:46 +0000 | |
---|---|---|
committer | 2014-07-13 13:41:46 +0000 | |
commit | dca2f0fdd14d2560ae6aa3d27dc0b949a82c344e (patch) | |
tree | 9078cd3f97ba2bfabdee03d3dc95b07c672df121 | |
parent | Use dl_iterate_phdr() to iterate over the segments and throw the addresses (diff) | |
download | wireguard-openbsd-dca2f0fdd14d2560ae6aa3d27dc0b949a82c344e.tar.xz wireguard-openbsd-dca2f0fdd14d2560ae6aa3d27dc0b949a82c344e.zip |
someone send dlg a keyboard with a tab key please
-rw-r--r-- | sys/sys/sockio.h | 4 |
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_ */ |