lkml.org 
[lkml]   [1996]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject1.3.96 does not compile w/ firewalling (+patch)

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>




\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.818 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site