search for: __ksymtab_no_llseek

Displaying 2 results from an estimated 2 matches for "__ksymtab_no_llseek".

2001 Sep 07
2
ext3 and parisc
...ength-reduce -mno-space-regs -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100LC -DEXPORT_SYMTAB -c ksyms.c ksyms.c:247: `no_llseek' undeclared here (not in a function) ksyms.c:247: initializer element is not constant ksyms.c:247: (near initialization for `__ksymtab_no_llseek.value') --snip--snip--snip-- Uuhh... how do I fix that? ksym.c:247 gives this: --snip--snip--snip-- EXPORT_SYMBOL(no_llseek); --snip--snip--snip-- TIA, --timball -- GPG key available on pgpkeys.mit.edu pub 1024R/CFF85605 1999-06-10 Timothy L. Ball <timball@sheergenius.com> Key...
2001 Sep 05
1
Compile kernel doesn't work
...-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DEXPORT_SYMTAB -c ksyms.c ksyms.c:247: `no_llseek' undeclared here (not in a function) ksyms.c:247: initializer element is not constant ksyms.c:247: (near initialization for `__ksymtab_no_llseek.value') ksyms.c:481: `reparent_to_init' undeclared here (not in a function) ksyms.c:481: initializer element is not constant ksyms.c:481: (near initialization for `__ksymtab_reparent_to_init.value') make[2]: *** [ksyms.o] Error 1 make[2]: Leaving directory `/usr/src/linux/kernel' ma...