NetBSD-Bugs archive

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

Re: port-i386/42585: linux emul panic while installing pkgsrc/net/citrix_ica



On Wednesday 06 January 2010 14:55:00 Bernd Ernesti wrote:
> >Number:         42585
> >Category:       port-i386
> >Synopsis:       linux emul panic while installing pkgsrc/net/citrix_ica

Here's a diff.

Nick
Index: net/if.c
===================================================================
RCS file: /cvsroot/src/sys/net/if.c,v
retrieving revision 1.243
diff -u -p -u -r1.243 if.c
--- net/if.c    2 Jun 2010 23:41:14 -0000       1.243
+++ net/if.c    11 Jun 2010 16:08:11 -0000
@@ -1817,7 +1817,7 @@ ifioctl(struct socket *so, u_long cmd, v
        }
 #ifdef COMPAT_OIFREQ
        if (cmd != ocmd)
-               ifreqn2o(oifr, ifr);
+               ifreqn2o(ifr, oifr);
 #endif
 
        return error;


Home | Main Index | Thread Index | Old Index