0caceb1c87
note: this is not 64bit clean as this would require a minor rewrite of ns from Nicolas Baldi <openbsd@softhome.net>
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
$OpenBSD: patch-mac_phy_h,v 1.1 2003/11/01 20:05:01 sturm Exp $
|
|
--- 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);
|