ports/94533: [PATCH] emulators/bochs: update to 2.2.6

Seán C. Farley sean-freebsd at farley.org
Thu Mar 16 19:11:01 UTC 2006


On Thu, 16 Mar 2006, Pav Lucistnik wrote:

> Synopsis: [PATCH] emulators/bochs: update to 2.2.6
>
> State-Changed-From-To: open->feedback
> State-Changed-By: pav
> State-Changed-When: Thu Mar 16 17:30:37 UTC 2006
> State-Changed-Why:
> Can you recheck your patch? It seems the new patch file,
> patch-iodev::eth_vde.cc, is missing.

Oops.  I had the patch in both the old and new directories.  I recreated
it since I had already deleted it (another oops).  Fortunately, it is a
simple patch taken in part from eth_tap.cc.

Also, should the RCS tags be removed from the older patches?

Seán
-- 
sean-freebsd at farley.org
-------------- next part --------------
--- iodev/eth_vde.cc.orig	Sat Dec 10 12:37:35 2005
+++ iodev/eth_vde.cc	Thu Mar 16 13:02:15 2006
@@ -41,13 +41,17 @@
 #include <sys/poll.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-#include <asm/types.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
 #include <sys/wait.h>
 #include <sys/un.h>
+#if defined(__linux__)
+#include <asm/types.h>
 #include <linux/netlink.h>
 #include <linux/if.h>
+#elif BX_HAVE_NET_IF_H
+#include <net/if.h>
+#endif
 #include <assert.h>
 #include <fcntl.h>
 #include <errno.h>


More information about the freebsd-ports-bugs mailing list