All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarno Paananen <jpaana@s2.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4.20-pre7] net/ipv4/netfilter/ip_conntrack_ftp and _irc to export objs
Date: 14 Sep 2002 20:53:22 +0300	[thread overview]
Message-ID: <m3vg58qwz1.fsf@kalahari.s2.org> (raw)

Hi,

the two modules mentioned export symbols but are not mentioned in
export-objs in Makefile and thus give errors. Patch attached.

// Jarno

--- net/ipv4/netfilter/Makefile.bak	2002-09-14 19:50:38.000000000 +0300
+++ net/ipv4/netfilter/Makefile	2002-09-14 19:51:28.000000000 +0300
@@ -9,7 +9,7 @@
 
 O_TARGET := netfilter.o
 
-export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o
+export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o ip_conntrack_ftp.o ip_conntrack_irc.o
 
 # Multipart objects.
 list-multi		:= ip_conntrack.o iptable_nat.o ipfwadm.o ipchains.o

             reply	other threads:[~2002-09-14 17:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-14 17:53 Jarno Paananen [this message]
2002-09-14 18:11 ` [PATCH 2.4.20-pre7] net/ipv4/netfilter/ip_conntrack_ftp and _irc to export objs Martin Josefsson
2002-09-14 18:19   ` Jarno Paananen
2002-09-14 18:37     ` Martin Josefsson

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=m3vg58qwz1.fsf@kalahari.s2.org \
    --to=jpaana@s2.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.