2013-09-26 17:14:40 +02:00

18 lines
364 B
Plaintext

$NetBSD: patch-ac,v 1.1 2004/01/15 14:10:51 cube Exp $
--- queue.h.orig 2002-04-07 23:12:52.000000000 +0200
+++ queue.h
@@ -500,4 +500,12 @@ struct { \
(elm2)->field.cqe_prev->field.cqe_next = (elm2); \
} while (0)
+#else
+
+#define FRAGROUTE_SYSTEM_SYS_QUEUE
+
+#ifndef TAILQ_END
+#define TAILQ_END(head) NULL
+#endif
+
#endif /* !_SYS_QUEUE_H_ */