[netfilter-cvslog] r3517 - in trunk/nfsim: core tools

rusty at netfilter.org rusty at netfilter.org
Thu Dec 30 04:08:14 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-30 04:08:14 +0100 (Thu, 30 Dec 2004)
New Revision: 3517

Modified:
   trunk/nfsim/core/log.c
   trunk/nfsim/tools/module.c
Log:
Include <list.h> (ie. core/list.h) not linux/list.h.


Modified: trunk/nfsim/core/log.c
===================================================================
--- trunk/nfsim/core/log.c	2004-12-30 03:07:15 UTC (rev 3516)
+++ trunk/nfsim/core/log.c	2004-12-30 03:08:14 UTC (rev 3517)
@@ -25,7 +25,7 @@
 #include "expect.h"
 #include "utils.h"
 
-#include <linux/list.h>
+#include <list.h>
 
 static struct {
 	enum log_type	type; 

Modified: trunk/nfsim/tools/module.c
===================================================================
--- trunk/nfsim/tools/module.c	2004-12-30 03:07:15 UTC (rev 3516)
+++ trunk/nfsim/tools/module.c	2004-12-30 03:08:14 UTC (rev 3517)
@@ -24,7 +24,7 @@
 #include <tui.h>
 #include <log.h>
 #include <utils.h>
-#include <linux/list.h>
+#include <list.h>
 
 static LIST_HEAD(modules);
 




More information about the netfilter-cvslog mailing list