Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 forgot SIOCG80211NWKEY32 when adding SIO...



details:   https://anonhg.NetBSD.org/src/rev/0e360bdd45fc
branches:  trunk
changeset: 770144:0e360bdd45fc
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Oct 05 14:17:41 2011 +0000

description:
forgot SIOCG80211NWKEY32 when adding SIOCS80211NWKEY32

diffstat:

 sys/compat/netbsd32/netbsd32_ioctl.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c544e61ff5f0 -r 0e360bdd45fc sys/compat/netbsd32/netbsd32_ioctl.c
--- a/sys/compat/netbsd32/netbsd32_ioctl.c      Wed Oct 05 13:30:24 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_ioctl.c      Wed Oct 05 14:17:41 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_ioctl.c,v 1.62 2011/09/28 01:46:39 macallan Exp $     */
+/*     $NetBSD: netbsd32_ioctl.c,v 1.63 2011/10/05 14:17:41 macallan Exp $     */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.62 2011/09/28 01:46:39 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.63 2011/10/05 14:17:41 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -921,6 +921,8 @@
 
        case SIOCS80211NWKEY32:
                IOCTL_STRUCT_CONV_TO(SIOCG80211NWKEY, ieee80211_nwkey);
+       case SIOCG80211NWKEY32:
+               IOCTL_STRUCT_CONV_TO(SIOCG80211NWKEY, ieee80211_nwkey);
 
        case POWER_EVENT_RECVDICT32:
                IOCTL_STRUCT_CONV_TO(POWER_EVENT_RECVDICT, plistref);



Home | Main Index | Thread Index | Old Index