[netfilter-cvslog] r7485 - trunk/iptables

kaber at trash.net kaber at trash.net
Tue Apr 15 13:48:13 CEST 2008


Author: kaber at trash.net
Date: 2008-04-15 13:48:13 +0200 (Tue, 15 Apr 2008)
New Revision: 7485

Modified:
   trunk/iptables/xtables.c
Log:
[PATCH 02/10] Wrap dlopen code into NO_SHARED_LIBS


Modified: trunk/iptables/xtables.c
===================================================================
--- trunk/iptables/xtables.c	2008-04-15 11:47:33 UTC (rev 7484)
+++ trunk/iptables/xtables.c	2008-04-15 11:48:13 UTC (rev 7485)
@@ -305,6 +305,7 @@
 	}
 }
 
+#ifndef NO_SHARED_LIBS
 static void *load_extension(const char *search_path, const char *prefix,
     const char *name, bool is_target)
 {
@@ -353,6 +354,7 @@
 
 	return NULL;
 }
+#endif
 
 struct xtables_match *find_match(const char *name, enum xt_tryload tryload,
 				 struct xtables_rule_match **matches)




More information about the netfilter-cvslog mailing list