* 2.6.0-test5-bk4 : compile error
@ 2003-09-17 14:18 Remi Colinet
0 siblings, 0 replies; only message in thread
From: Remi Colinet @ 2003-09-17 14:18 UTC (permalink / raw)
To: Kernel List
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-17 14:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 14:18 2.6.0-test5-bk4 : compile error Remi Colinet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox