openbsd-ports/net/ns/patches/patch-common_net-interface_h
2007-10-24 15:01:09 +00:00

13 lines
404 B
Plaintext

$OpenBSD: patch-common_net-interface_h,v 1.2 2007/10/24 15:01:09 steven Exp $
--- common/net-interface.h.orig Thu Aug 25 20:58:02 2005
+++ common/net-interface.h Sat Oct 13 22:22:21 2007
@@ -55,7 +55,7 @@
#include "connector.h"
#include "packet.h"
-#include "lib/bsd-list.h"
+#include <sys/queue.h>
class NetworkInterface;
LIST_HEAD(netint_head, NetworkInterface); // declare list head structure