summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-07-06 17:35:48 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-07-06 17:35:48 +0000
commitfc4fed17f006f4bbde2a9d1ca68fbd3d3df754d2 (patch)
tree464d76c4dcae754b9909cd03d5c2c7ee2ebe44f7 /sys
parent64c315a8a5437bf7a69d9058011a947d23075a4b (diff)
downloadFreeBSD-src-fc4fed17f006f4bbde2a9d1ca68fbd3d3df754d2.zip
FreeBSD-src-fc4fed17f006f4bbde2a9d1ca68fbd3d3df754d2.tar.gz
Backout the previous change. Claimed to break compatibility with
NetBSD. Requested-By: John Polstra
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 2a9f564..fd4df60 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -241,7 +241,7 @@ struct name { \
struct type *lh_first; /* first element */ \
}
-#define LIST_HEAD_INITIALIZER \
+#define LIST_HEAD_INITIALIZER(head) \
{ NULL }
#define LIST_ENTRY(type) \
OpenPOWER on IntegriCloud