1.3.96 does not compile w/ firewalling (+patch)

Gyula Matics (mgyula@garfield.sch.bme.hu)
Sat, 27 Apr 1996 20:18:56 +0200 (MET DST)


compilation stops at net/core/firewall.c with a lot of errors
complaining about undefined things.

The solution is to #include linux/string.h _before skbuff.h

(I saw that in other files the same is done but shouldn't we include it
instead in skbuff.h ??? )

Gyula

--
Gyula Matics
mgyula@sch.bme.hu                     Linux!

->8--------->8--------->8--------->8-------->8------- --- linux/net/core/firewall.c.orig Tue Apr 9 13:36:31 1996 +++ linux/net/core/firewall.c Sat Apr 27 19:57:17 1996 @@ -7,6 +7,7 @@ */

#include <linux/module.h> +#include <linux/string.h> #include <linux/skbuff.h> #include <linux/firewall.h>