openbsd-ports/net/ns/patches/patch-webcache_webtraf_h
sturm 0caceb1c87 update to ns 2.26
note: this is not 64bit clean as this would require a minor rewrite of ns

from Nicolas Baldi <openbsd@softhome.net>
2003-11-01 20:05:01 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-webcache_webtraf_h,v 1.1 2003/11/01 20:05:01 sturm Exp $
--- webcache/webtraf.h.orig 2003-02-26 17:11:31.000000000 -0500
+++ webcache/webtraf.h 2003-08-22 07:45:21.000000000 -0400
@@ -39,7 +39,7 @@
#include "random.h"
#include "timer-handler.h"
-#include "lib/bsd-list.h"
+#include <sys/queue.h>
#include "node.h"
#include "tcp.h"
#include "tcp-sink.h"