summaryrefslogtreecommitdiff
path: root/libattr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:31:00 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:31:00 +0000
commit9a06b6db7bd433269f5d722b91486fc6baaa3435 (patch)
treed22c9f3f609fa928392c6f55a09cdda5622138f7 /libattr
parent147c70650fb89f76d28b60fd5cb41cbcc468f831 (diff)
downloadattr-9a06b6db7bd433269f5d722b91486fc6baaa3435.tar.gz
Merge of xfs-cmds-2.4.18:slinx:111744a by nathans.
Ethan informs me the ppc syscalls have moved down one slot.
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 f167540..75b8b94 100644
--- a/libattr/syscalls.c
+++ b/libattr/syscalls.c
@@ -77,18 +77,18 @@
# define __NR_fremovexattr 1228
#elif defined (__powerpc__)
# define HAVE_XATTR_SYSCALLS 1
-# define __NR_setxattr 208
-# define __NR_lsetxattr 209
-# define __NR_fsetxattr 210
-# define __NR_getxattr 211
-# define __NR_lgetxattr 212
-# define __NR_fgetxattr 213
-# define __NR_listxattr 214
-# define __NR_llistxattr 215
-# define __NR_flistxattr 216
-# define __NR_removexattr 217
-# define __NR_lremovexattr 218
-# define __NR_fremovexattr 219
+# define __NR_setxattr 209
+# define __NR_lsetxattr 210
+# define __NR_fsetxattr 211
+# define __NR_getxattr 212
+# define __NR_lgetxattr 213
+# define __NR_fgetxattr 214
+# define __NR_listxattr 215
+# define __NR_llistxattr 216
+# define __NR_flistxattr 217
+# define __NR_removexattr 218
+# define __NR_lremovexattr 219
+# define __NR_fremovexattr 220
#else
# warning "Extended attribute syscalls undefined for this architecture"
# define HAVE_XATTR_SYSCALLS 0