summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-07-03 20:04:53 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-07-03 20:04:53 +0000
commitea3879346228a463d59821089bc65954cc4a9a31 (patch)
treed5e968cc1f0b53aabb74e60b52aa191b474374e0 /sys/sys
parentbe406231c5d21653933998816f79e9f70830733c (diff)
downloadFreeBSD-src-ea3879346228a463d59821089bc65954cc4a9a31.zip
FreeBSD-src-ea3879346228a463d59821089bc65954cc4a9a31.tar.gz
Remove bogus argument to LIST_HEAD_INITIALIZER
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 1063f73..2a9f564 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)queue.h 8.5 (Berkeley) 8/20/94
- * $Id: queue.h,v 1.24 1999/01/07 22:27:53 n_hibma Exp $
+ * $Id: queue.h,v 1.25 1999/04/20 22:37:17 n_hibma Exp $
*/
#ifndef _SYS_QUEUE_H_
@@ -241,7 +241,7 @@ struct name { \
struct type *lh_first; /* first element */ \
}
-#define LIST_HEAD_INITIALIZER(head) \
+#define LIST_HEAD_INITIALIZER \
{ NULL }
#define LIST_ENTRY(type) \
OpenPOWER on IntegriCloud