On Mon, Jul 26, 2004 at 05:42:33PM +0200, Gilles Chanteperdrix wrote: > Marc Kleine-Budde wrote: > > If I load the posix.ko all symbols are lowercase 't', probably due to > > missing EXPORT_SYMBOL(). This also explains why I cannot load a modul > > using this symbols. (I got undef kernel symbols) > > > > After adding EXPORT_SYMBOLS all works fine... > > Sorry for this... If you have a patch with ALL the missing symbols > exported, I am interested :-)
Sorry - I've only added the symbol I need, I only want to use your skin for performance tests. marc -- #!/bin/sh set - `type $0` 'tr "[a-zA-Z]" "[n-za-mN-ZA-M]"';while [ "$2" != "" ];do \ shift;done; echo 'frq -a -rc '`echo "$0"| $1 `'>$UBZR/.`rpub signature|'`\ echo $1|$1`'`;rpub "Jr ner fvtangher bs obet. Erfvfgnapr vf shgvyr!"'|$1|sh
