This patch fixes the incorrect macro NR_SYSCALLS in arch/alpha/kernel/entry.S. With the wrong value the last syscalls are unavailable. The patch is against 2.4.18. -- Måns Rullgård e99_mru@e.kth.se --- linux/arch/alpha/kernel/entry.S.orig Fri Nov 9 22:45:35 2001 +++ linux/arch/alpha/kernel/entry.S Thu Mar 21 18:06:21 2002 @@ -10,7 +10,7 @@ #define SIGCHLD 20 -#define NR_SYSCALLS 378 +#define NR_SYSCALLS 382 /* * These offsets must match with alpha_mv in . To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/