All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@linuxcare.com.au>
To: Reuben Farrelly <reuben@reub.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Unresolved symbols
Date: Sun, 14 Jan 2001 23:34:28 +1100	[thread overview]
Message-ID: <E14HmMg-0002TB-00@halfway> (raw)
In-Reply-To: Your message of "Fri, 05 Jan 2001 04:23:37 +1100." <5.0.2.1.2.20010105042217.0287d6f0@mail.reub.net>

In message <5.0.2.1.2.20010105042217.0287d6f0@mail.reub.net> you write:
> Hi Rusty,
> 
> Some more unresolved symbols for you from the latest prerelease linux kernel:

Does this fix it?  If so I'll send to Linus...

Cheers,
Rusty.
--
http://linux.conf.au The Linux conference Australia needed.

diff -urN -I \$.*\$ -X /tmp/kerndiff.ObwPZl --minimal linux-2.4.0-official/net/ipv4/netfilter/Config.in working-2.4.0/net/ipv4/netfilter/Config.in
--- linux-2.4.0-official/net/ipv4/netfilter/Config.in	Tue Mar 28 04:35:56 2000
+++ working-2.4.0/net/ipv4/netfilter/Config.in	Sun Jan  7 16:48:59 2001
@@ -37,11 +37,20 @@
   fi
 
   if [ "$CONFIG_IP_NF_CONNTRACK" != "n" ]; then
-    dep_tristate '  Full NAT' CONFIG_IP_NF_NAT $CONFIG_IP_NF_IPTABLES 
+    dep_tristate '  Full NAT' CONFIG_IP_NF_NAT $CONFIG_IP_NF_IPTABLES $CONFIG_IP_NF_CONNTRACK
     if [ "$CONFIG_IP_NF_NAT" != "n" ]; then
       define_bool CONFIG_IP_NF_NAT_NEEDED y
       dep_tristate '    MASQUERADE target support' CONFIG_IP_NF_TARGET_MASQUERADE $CONFIG_IP_NF_NAT
       dep_tristate '    REDIRECT target support' CONFIG_IP_NF_TARGET_REDIRECT $CONFIG_IP_NF_NAT
+      # If they want FTP, set to $CONFIG_IP_NF_NAT (m or y), 
+      # or $CONFIG_IP_NF_FTP (m or y), whichever is weaker.  Argh.
+      if [ "$CONFIG_IP_NF_FTP" = "m" ]; then
+	define_tristate CONFIG_IP_NF_NAT_FTP m
+      else
+	if [ "$CONFIG_IP_NF_FTP" = "y" ]; then
+	  define_tristate CONFIG_IP_NF_NAT_FTP $CONFIG_IP_NF_NAT
+	fi
+      fi
     fi
   fi
 
diff -urN -I \$.*\$ -X /tmp/kerndiff.ObwPZl --minimal linux-2.4.0-official/net/ipv4/netfilter/Makefile working-2.4.0/net/ipv4/netfilter/Makefile
--- linux-2.4.0-official/net/ipv4/netfilter/Makefile	Sat Dec 30 09:07:24 2000
+++ working-2.4.0/net/ipv4/netfilter/Makefile	Sat Jan  6 13:36:25 2001
@@ -35,7 +35,7 @@
 obj-$(CONFIG_IP_NF_FTP) += ip_conntrack_ftp.o
 
 # NAT helpers 
-obj-$(CONFIG_IP_NF_FTP) += ip_nat_ftp.o
+obj-$(CONFIG_IP_NF_NAT_FTP) += ip_nat_ftp.o
 
 # generic IP tables 
 obj-$(CONFIG_IP_NF_IPTABLES) += ip_tables.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

       reply	other threads:[~2001-01-14 12:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5.0.2.1.2.20010105042217.0287d6f0@mail.reub.net>
2001-01-14 12:34 ` Rusty Russell [this message]
2005-05-19  6:23 unresolved symbols Jörn Nettingsmeier
2005-05-19  6:23 ` Jörn Nettingsmeier
2005-05-19  6:23 ` phil
  -- strict thread matches above, loose matches on Subject: below --
2003-10-28 18:12 Unresolved symbols David Kesselring
2003-10-28 18:31 ` David Daney
2003-10-28 18:53   ` Jan-Benedict Glaw
2003-10-28 20:36 ` Geert Uytterhoeven
2003-10-28 21:18   ` Ralf Baechle
2003-04-09 19:32 unresolved symbols Sascha Hartmann
2003-04-09 20:14 ` Ken Moffat
2002-08-25  8:04 Madhavi
2002-06-28 17:28 Bo Forslund
2002-06-28 17:44 ` Takashi Iwai
2002-06-28 18:02 ` Stefan Gartner
2002-06-29 10:03   ` Patrick Shirkey
2002-05-30 20:48 Richard Dicaire
     [not found] <5.0.2.1.2.20010126010507.00af5128@mail.reub.net>
2001-01-31  0:00 ` Unresolved symbols Rusty Russell
1999-07-22 15:53 Is the vger 2.2 kernel branch dead VALETTE Eric
1999-07-22 16:54 ` Unresolved symbols ian reinhart geiser (ADMIN)
1999-07-22 17:15   ` Daniel Jacobowitz
1999-07-22 17:23     ` ian reinhart geiser (ADMIN)
1999-07-24  8:46   ` Franz Sirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E14HmMg-0002TB-00@halfway \
    --to=rusty@linuxcare.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reuben@reub.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.