Deleted Added
full compact
mylist.h (204735) mylist.h (240494)
1/*
1/*
2 * $FreeBSD: head/sys/netinet/ipfw/test/mylist.h 204735 2010-03-04 21:01:59Z luigi $
2 * $FreeBSD: head/sys/netpfil/ipfw/test/mylist.h 204735 2010-03-04 21:01:59Z luigi $
3 *
4 * linux-like bidirectional lists
5 */
6
7#ifndef _MYLIST_H
8#define _MYLIST_H
9struct list_head {
10 struct list_head *prev, *next;

--- 39 unchanged lines hidden ---
3 *
4 * linux-like bidirectional lists
5 */
6
7#ifndef _MYLIST_H
8#define _MYLIST_H
9struct list_head {
10 struct list_head *prev, *next;

--- 39 unchanged lines hidden ---