mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
364 B
Plaintext
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_ */
|