public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] Compile fix for 2.6.0-test5-mm4 in net/atm/proc.c
@ 2003-09-22 19:51 Remi Colinet
  2003-09-23 12:50 ` chas williams
  0 siblings, 1 reply; 4+ messages in thread
From: Remi Colinet @ 2003-09-22 19:51 UTC (permalink / raw)
  To: linux-kernel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-23 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-22 19:51 [Patch] Compile fix for 2.6.0-test5-mm4 in net/atm/proc.c Remi Colinet
2003-09-23 12:50 ` chas williams
2003-09-23 12:57   ` John Levon
2003-09-23 13:52     ` chas williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox