2006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/net/if_var.h: #include <sys/queue.h>.
	Cosmetics from FreeBSD.
This commit is contained in:
Ralf Corsepius
2006-06-24 02:57:36 +00:00
parent 5b5e6ba51c
commit 1de34b8fc3
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/if_var.h: #include <sys/queue.h>.
Cosmetics from FreeBSD.
2006-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/cdefs.h: Partial update from freebsd.
+4 -2
View File
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* From: @(#)if.h 8.1 (Berkeley) 6/10/93
* $FreeBSD: src/sys/net/if_var.h,v 1.95 2005/04/20 09:30:54 glebius Exp $
* $FreeBSD: src/sys/net/if_var.h,v 1.107 2006/06/19 22:20:44 mlaier Exp $
*/
/*
@@ -77,6 +77,8 @@ struct ether_header;
struct carp_if;
#endif
#include <sys/queue.h> /* get TAILQ macros */
/*
* Structure defining a queue for a network interface.
*/
@@ -133,7 +135,7 @@ struct ifnet {
struct ifqueue *if_poll_slowq; /* input queue for slow devices */
};
typedef void if_init_f_t(void *);
typedef void if_init_f_t(void *);
/*
* XXX These aliases are terribly dangerous because they could apply