--- linux-2.5/arch/i386/kernel/entry.S-old 2003-07-07 15:56:22.000000000 -0700 +++ linux-2.5/arch/i386/kernel/entry.S 2003-07-11 22:46:02.000000000 -0700 @@ -876,6 +876,7 @@ ENTRY(sys_call_table) .long sys_clock_nanosleep .long sys_statfs64 .long sys_fstatfs64 - .long sys_tgkill + .long sys_tgkill /* 270 */ + .long sys_utimes nr_syscalls=(.-sys_call_table)/4 --- linux-2.5/include/asm-i386/unistd.h-old 2003-07-07 15:56:22.000000000 -0700 +++ linux-2.5/include/asm-i386/unistd.h 2003-07-11 22:45:21.000000000 -0700 @@ -276,8 +276,9 @@ #define __NR_statfs64 268 #define __NR_fstatfs64 269 #define __NR_tgkill 270 +#define __NR_utimes 271 -#define NR_syscalls 271 +#define NR_syscalls 272 /* user-visible error numbers are in the range -1 - -124: see */