summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-07-02 03:31:14 +0000
committerNathan Scott <nathans@sgi.com>2001-07-02 03:31:14 +0000
commit31b10d190a941ead85cd53a258b6d59274b44aad (patch)
tree503ad138809297b46e299c77e2bf45845e5fd1a5
parent3c3463e0e14010c801ce8b81cdd97aba7bfaf488 (diff)
downloadattr-31b10d190a941ead85cd53a258b6d59274b44aad.tar.gz
workaround syscall number collision on recent ia64 kernels.
-rw-r--r--VERSION2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES2
-rw-r--r--libattr/attr.c2
4 files changed, 10 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index e177b5f..3e3b853 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=1
PKG_MINOR=0
-PKG_REVISION=3
+PKG_REVISION=4
PKG_BUILD=0
diff --git a/debian/changelog b/debian/changelog
index 17a5ff8..6623e88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+attr (1.0.4) unstable; urgency=low
+
+ * Work around syscall number collision on recent ia64 kernels
+
+ -- Nathan Scott <nathans@debian.org> Mon, 2 Jul 2001 13:02:02 +1000
+
attr (1.0.3) unstable; urgency=low
* Updates to man pages.
diff --git a/doc/CHANGES b/doc/CHANGES
index 8348544..1012437 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,5 @@
+attr-1.0.4 (02 Jul 2001)
+ - work around syscall number collision on recent ia64 kernels
attr-1.0.3 (18 May 2001)
- man page corrections
diff --git a/libattr/attr.c b/libattr/attr.c
index 907290a..0239c21 100644
--- a/libattr/attr.c
+++ b/libattr/attr.c
@@ -301,7 +301,7 @@ _attr_multif(attr_obj_t obj, int type, attr_multiop_t *multiops, int count,
#elif __ia64__
# define HAVE_ACL_SYSCALL 1
# ifndef SYS__attrctl
-# define SYS__attrctl 1215
+# define SYS__attrctl 1260
# endif
#else
# define HAVE_ACL_SYSCALL 0