From: Andrew Morton Cc: Badari Pulavarty Cc: Michael Kerrisk Cc: Ulrich Drepper Signed-off-by: Andrew Morton --- include/asm-i386/unistd.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -puN include/asm-i386/unistd.h~support-for-preadv-pwritev-fix include/asm-i386/unistd.h --- devel/include/asm-i386/unistd.h~support-for-preadv-pwritev-fix 2005-12-10 18:25:15.000000000 -0800 +++ devel-akpm/include/asm-i386/unistd.h 2005-12-10 18:25:15.000000000 -0800 @@ -300,8 +300,10 @@ #define __NR_inotify_add_watch 292 #define __NR_inotify_rm_watch 293 #define __NR_migrate_pages 294 +#define __NR_preadv 295 +#define __NR_pwritev 296 -#define NR_syscalls 295 +#define NR_syscalls 297 /* * user-visible error numbers are in the range -1 - -128: see _