The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Remi Colinet <remi.colinet@wanadoo.fr>
To: Kernel List <linux-kernel@vger.kernel.org>
Subject: 2.6.0-test5-bk4 : compile error
Date: Wed, 17 Sep 2003 16:18:52 +0200	[thread overview]
Message-ID: <3F686D4C.3070407@wanadoo.fr> (raw)

Hi,

  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
net/built-in.o: In function `__vcc_seq_open':
net/built-in.o(.text+0x8a27e): undefined reference to `try_atm_clip_ops'
make: *** [.tmp_vmlinux1] Error 1

Compiled error caused by net/atm/proc.c line 195. I was able to compile 
with :

--- net/atm/proc.c.org  2003-09-17 16:14:30.000000000 +0200
+++ net/atm/proc.c      2003-09-17 16:16:53.000000000 +0200
@@ -192,7 +192,9 @@
                goto out_kfree;

        state->family = family;
+#if defined(CONFIG_ATM_CLIP) || defined(CONFIG_ATM_CLIP_MODULE)
        state->clip_info = try_atm_clip_ops();
+#endif

        seq = file->private_data;
        seq->private = state;

Remi


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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F686D4C.3070407@wanadoo.fr \
    --to=remi.colinet@wanadoo.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox