aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/queue.h
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-07-06 17:35:48 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-07-06 17:35:48 +0000
commitf81f9185075b0c07080678097c952197a4b4cca6 (patch)
tree042a03c9418bad3ae5185c20e1a0d4fb31aaf8d1 /sys/sys/queue.h
parent0d50adcacf925a4facf4c3c1e383899b1b3281ec (diff)
downloadsrc-f81f9185075b0c07080678097c952197a4b4cca6.tar.gz
src-f81f9185075b0c07080678097c952197a4b4cca6.zip
Backout the previous change. Claimed to break compatibility with
NetBSD. Requested-By: John Polstra
Notes
Notes: svn path=/head/; revision=48641
Diffstat (limited to 'sys/sys/queue.h')
-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 2a9f56473752..fd4df60a60dd 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) \