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
The following reply was made to PR port-i386/42585; it has been noted by GNATS.
From: Nick Hudson <nick.hudson%gmx.co.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: port-i386-maintainer%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: port-i386/42585: linux emul panic while installing
pkgsrc/net/citrix_ica
Date: Fri, 11 Jun 2010 17:10:03 +0100
--Boundary-00=_b/lEMTKcJMQLtD+
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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
--Boundary-00=_b/lEMTKcJMQLtD+
Content-Type: text/x-patch;
charset="iso-8859-1";
name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="diff"
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;
--Boundary-00=_b/lEMTKcJMQLtD+--
Home |
Main Index |
Thread Index |
Old Index