[PATCH] Correct sys_vmsplice syscall number on ia64
authorJens Axboe <axboe@suse.de>
Wed, 26 Apr 2006 13:30:15 +0000 (15:30 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 26 Apr 2006 13:30:15 +0000 (15:30 +0200)
splice.h

index 7befe3d5755559de4ea376300064b1a2565336f9..5c4fa923cd97d7309788d55f8005749f394dbd7c 100644 (file)
--- a/splice.h
+++ b/splice.h
@@ -19,7 +19,7 @@
 #elif defined(__ia64__)
 #define __NR_splice    1297
 #define __NR_tee       1301
-#define __NR_vmsplice  1301
+#define __NR_vmsplice  1302
 #else
 #error unsupported arch
 #endif