ports/net/ns/patches/patch-mac_phy_h

11 lines
264 B
Text

--- mac/phy.h.orig 2003-02-26 17:08:56.000000000 -0500
+++ mac/phy.h 2003-08-22 07:45:20.000000000 -0400
@@ -52,7 +52,7 @@
#include <assert.h>
#include "bi-connector.h"
-#include "lib/bsd-list.h"
+#include <sys/queue.h>
class Phy;
LIST_HEAD(if_head, Phy);