This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ip_nat_ftp.c
index 946ca05..68dc04f 100644 (file)
@@ -33,7 +33,9 @@ MODULE_DESCRIPTION("ftp NAT helper");
 static int ports[MAX_PORTS];
 static int ports_c;
 
+#ifdef MODULE_PARM
 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");
+#endif
 
 DECLARE_LOCK_EXTERN(ip_ftp_lock);