blob: a56e6db0023cad21eaa9f8f8a19698fb5e8c8e0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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_ */
|