From: ao@morpork.shnet.org (A. Ott)
Subject: Error in 1.0.7a for alpha
Date: 18 Jan 1999 16:11:00 +0100
Next Article (by Subject): Further RC changes? ao@morpork.shnet.org (A. Ott)
Previous Article (by Subject): Re: Compile error in pre5 / maint kernel + pre6 ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]
Hi RSBAC folks! Sorry for that, but there is a small error in arch/alpha/kernel/entry_rsbac.S The NR_SYSCALLS again, while porting to 2.2.0-pre6... Shaun probably noticed and corrected that already. The following patch should correct it: --- entry_rsbac.S~ Mon Jan 11 12:14:15 1999 +++ entry_rsbac.S Mon Jan 18 12:49:00 1999 @@ -10,7 +10,7 @@ #define rti .long PAL_rti #define SIGCHLD 20 -#define NR_SYSCALLS 370 +#define NR_SYSCALLS 391 #define osf_vfork sys_fork /* -- ## CrossPoint v3.11 ## - To unsubscribe from the rsbac list, send a mail to majordomo@morpork.shnet.org with unsubscribe rsbac as single line in the body.
Next Article (by Subject): Further RC changes? ao@morpork.shnet.org (A. Ott)
Previous Article (by Subject): Re: Compile error in pre5 / maint kernel + pre6 ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]