Backout the previous change. Claimed to break compatibility with

NetBSD.

Requested-By: John Polstra
This commit is contained in:
Nick Hibma 1999-07-06 17:35:48 +00:00
parent 0d50adcacf
commit f81f918507
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48641

View file

@ -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) \