]> Pileus Git - ~andy/linux/commitdiff
[SPARC]: __NR_sys_splice --> __NR_splice
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 19 Apr 2006 22:00:01 +0000 (15:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 19 Apr 2006 22:00:01 +0000 (15:00 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/unistd.h
include/asm-sparc64/unistd.h

index 2a911aa4cae9f8578d2410a2d26fe07f8c868540..45feff893b8e0f9df1d5c60b6bd4ec423a150058 100644 (file)
 #define __NR_setfsgid           229 /* Linux Specific                              */
 #define __NR__newselect         230 /* Linux Specific                              */
 #define __NR_time               231 /* Linux Specific                              */
-#define __NR_sys_splice         232 /* Linux Specific                              */
+#define __NR_splice             232 /* Linux Specific                              */
 #define __NR_stime              233 /* Linux Specific                              */
 #define __NR_statfs64           234 /* Linux Specific                              */
 #define __NR_fstatfs64          235 /* Linux Specific                              */
index 6ada6a871cc8b60b3eaf4deb9b1ca158660c3894..597f6923a46eec7665cb887a0c2b7e9b51404f1c 100644 (file)
 #ifdef __KERNEL__
 #define __NR_time              231 /* Linux sparc32                               */
 #endif
-#define __NR_sys_splice         232 /* Linux Specific                              */
+#define __NR_splice             232 /* Linux Specific                              */
 #define __NR_stime              233 /* Linux Specific                              */
 #define __NR_statfs64           234 /* Linux Specific                              */
 #define __NR_fstatfs64          235 /* Linux Specific                              */