Re: 1.3.96 & skbuff.h

Thomas Quinot (thomas@cuivre.fdn.fr)
27 Apr 1996 23:46:24 GMT


System Administrator (root@206.173.100.2) =E9crit :

> have a problem compiling 1.3.96 I get the Error:
> /usr/src/linux-1.3.96/include/linux/skbuff.h: In function `skb_trim':
> /usr/src/linux-1.3.96/include/linux/skbuff.h:434: dereferencing point=
er to incomplete type

I suggest the following, in the hope that kernel includes are not broke=
n
to the point that including linux/types.h should wreck havoc on other
programs...

--- linux/include/linux/skbuff.h.dist Sat Apr 27 21:32:01 1996
+++ linux/include/linux/skbuff.h Sat Apr 27 23:08:55 1996
@@ -16,6 +16,7 @@
=20
#include <linux/config.h>
#include <linux/time.h>
+#include <linux/types.h>
=20
#include <asm/atomic.h>
=20

--=20
Thomas.Quinot@Cuivre.FdN.FR <URL:http://Web.FdN.FR/~tquinot=
/>