aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfw/test/mylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netpfil/ipfw/test/mylist.h')
-rw-r--r--sys/netpfil/ipfw/test/mylist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netpfil/ipfw/test/mylist.h b/sys/netpfil/ipfw/test/mylist.h
index 6247f32ea4e4..109592256f47 100644
--- a/sys/netpfil/ipfw/test/mylist.h
+++ b/sys/netpfil/ipfw/test/mylist.h
@@ -6,6 +6,7 @@
#ifndef _MYLIST_H
#define _MYLIST_H
+/* not just a head, also the link field for a list entry */
struct list_head {
struct list_head *prev, *next;
};