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: Bernd Ernesti <pr201001%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/42585: linux emul panic while installing
pkgsrc/net/citrix_ica
Date: Fri, 11 Jun 2010 18:41:56 +0200
On Fri, Jun 11, 2010 at 04:15:04PM +0000, Nick Hudson wrote:
> Here's a diff.
That fixed it for me with netbsd-5 where the line number were a little
different.
Index: if.c
===================================================================
RCS file: /cvsroot/src/sys/net/if.c,v
retrieving revision 1.230.4.2
diff -b -u -r1.230.4.2 if.c
--- if.c 28 Nov 2009 15:47:05 -0000 1.230.4.2
+++ if.c 11 Jun 2010 16:40:33 -0000
@@ -1713,7 +1713,7 @@
}
#ifdef COMPAT_OIFREQ
if (cmd != ocmd)
- ifreqn2o(oifr, ifr);
+ ifreqn2o(ifr, oifr);
#endif
return error;
Home |
Main Index |
Thread Index |
Old Index