summaryrefslogtreecommitdiff
path: root/libattr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-26 03:26:55 +0000
committerNathan Scott <nathans@sgi.com>2002-02-26 03:26:55 +0000
commitc509975adc8cb037c75ac0d6fb7c1319a1a6ba7e (patch)
tree02fe8d69c5499f42c17ee20a4f1f62be5566f68a /libattr
parent0406b735ddf3c52d4213cce77ba8c26d86979bee (diff)
downloadattr-c509975adc8cb037c75ac0d6fb7c1319a1a6ba7e.tar.gz
slide ia64 xattr syscalls down one slot, tkill has appeared in 2.5/IA64
where we were supposed to be (according to the maintainer anyway).
Diffstat (limited to 'libattr')
-rw-r--r--libattr/syscalls.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/libattr/syscalls.c b/libattr/syscalls.c
index 227f4f4..3f7bd90 100644
--- a/libattr/syscalls.c
+++ b/libattr/syscalls.c
@@ -68,18 +68,18 @@
# define __NR_fremovexattr 183
#elif defined (__ia64__)
# define HAVE_XATTR_SYSCALLS 1
-# define __NR_setxattr 1217
-# define __NR_lsetxattr 1218
-# define __NR_fsetxattr 1219
-# define __NR_getxattr 1220
-# define __NR_lgetxattr 1221
-# define __NR_fgetxattr 1222
-# define __NR_listxattr 1223
-# define __NR_llistxattr 1224
-# define __NR_flistxattr 1225
-# define __NR_removexattr 1226
-# define __NR_lremovexattr 1227
-# define __NR_fremovexattr 1228
+# define __NR_setxattr 1218
+# define __NR_lsetxattr 1219
+# define __NR_fsetxattr 1220
+# define __NR_getxattr 1221
+# define __NR_lgetxattr 1222
+# define __NR_fgetxattr 1223
+# define __NR_listxattr 1224
+# define __NR_llistxattr 1225
+# define __NR_flistxattr 1226
+# define __NR_removexattr 1227
+# define __NR_lremovexattr 1228
+# define __NR_fremovexattr 1229
#elif defined (__powerpc__)
# define HAVE_XATTR_SYSCALLS 1
# define __NR_setxattr 209