[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ports/94533: [PATCH] emulators/bochs: update to 2.2.6
- To: Pav Lucistnik <pav_(_at_)_FreeBSD_(_dot_)_org>
- Subject: Re: ports/94533: [PATCH] emulators/bochs: update to 2.2.6
- From: Seán C. Farley <sean-freebsd_(_at_)_farley_(_dot_)_org>
- Date: Thu, 16 Mar 2006 13:10:41 -0600 (CST)
- Cc: freebsd-ports-bugs_(_at_)_FreeBSD_(_dot_)_org
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_(_dot_)_org
--- 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>
_______________________________________________
freebsd-ports-bugs_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org