summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--libattr/syscalls.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 9f7f0d1..19968f0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+ - Fix: the m68k architecture is identified by __mc68000__
+ rather than by __m68k__.
+
attr-2.0.11 (04 September 2002)
- Make the test/run script return a proper status code.
- Fix up the error message returned for ENODATA rather
diff --git a/libattr/syscalls.c b/libattr/syscalls.c
index 12ed7f0..4dfa624 100644
--- a/libattr/syscalls.c
+++ b/libattr/syscalls.c
@@ -182,7 +182,7 @@
# define __NR_removexattr 391
# define __NR_lremovexattr 392
# define __NR_fremovexattr 393
-#elif defined (__m68k__)
+#elif defined (__mc68000__)
# define HAVE_XATTR_SYSCALLS 1
# define __NR_setxattr 223
# define __NR_lsetxattr 224