On Sun, Feb 22, 2004 at 02:42:50PM +0100, Bjoern Steinbrink wrote:
> On Sat, 2004-02-21 at 20:18, Thomas Gelf wrote:
> > Compiling Kernel 2.6.3 with vs0.08 on Debian fails, the error is:
> > 
> > > fs/builtin.o: In function `load_aout_binary`:
> > > fs/builtin.o(.text+0x275dc): undefined reference to `vx_rsspages_sub`
> > > make[1]...
> this patch did the trick for me... 

ah, thanks, obviously I missed that one ...
(haven't enabled a.out format, so I didn't hit it)

thanks for fixing it,
Herbert

> --- linux-2.6.3-prism54-vs0.08/fs/binfmt_aout.c.old     2004-02-22
> 14:38:12.000000000 +0100
> +++ linux-2.6.3-prism54-vs0.08/fs/binfmt_aout.c 2004-02-22
> 14:39:05.000000000 +0100
> @@ -24,6 +24,7 @@
>  #include <linux/binfmts.h>
>  #include <linux/personality.h>
>  #include <linux/init.h>
> +#include <linux/vinline.h>
>   
>  #include <asm/system.h>
>  #include <asm/uaccess.h>
> 
> 
> _______________________________________________
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to