public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Remi Colinet <remi.colinet@wanadoo.fr>
To: linux-kernel@vger.kernel.org
Subject: [Patch] Compile fix for 2.6.0-test5-mm4 in net/atm/proc.c
Date: Mon, 22 Sep 2003 21:51:10 +0200	[thread overview]
Message-ID: <3F6F52AE.3080206@wanadoo.fr> (raw)

Hi,

--- linux-2.6.0-test5-mm4/net/atm/proc.c        2003-09-22 
21:42:09.000000000 +0200
+++ linux-2.6.0-test5-mm4-new/net/atm/proc.c    2003-09-22 
21:44:24.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;

This patch fixes the following compile error :

  CC      arch/i386/lib/usercopy.o
  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':
/usr/src/mm/net/atm/proc.c:195: undefined reference to `try_atm_clip_ops'
make: *** [.tmp_vmlinux1] Error 1

Remi



             reply	other threads:[~2003-09-22 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-22 19:51 Remi Colinet [this message]
2003-09-23 12:50 ` [Patch] Compile fix for 2.6.0-test5-mm4 in net/atm/proc.c chas williams
2003-09-23 12:57   ` John Levon
2003-09-23 13:52     ` chas williams

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=3F6F52AE.3080206@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