Hi Dave: This patch makes it unnecessary for users of linux/netlink.h to include linux/types.h. Thanks, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: kernel-source-2.5/include/linux/netlink.h =================================================================== RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/include/linux/netlink.h,v retrieving revision 1.2 diff -u -r1.2 netlink.h --- kernel-source-2.5/include/linux/netlink.h 15 Jun 2003 03:26:50 -0000 1.2 +++ kernel-source-2.5/include/linux/netlink.h 6 Oct 2003 05:32:56 -0000 @@ -2,6 +2,7 @@ #define __LINUX_NETLINK_H #include <linux/socket.h> /* for sa_family_t */ +#include <linux/types.h> #define NETLINK_ROUTE 0 /* Routing/device hook */ #define NETLINK_SKIP 1 /* Reserved for ENskip */