summaryrefslogtreecommitdiff
path: root/libattr/syscalls.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:41:02 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:41:02 +0000
commitde366b9e522ee084a318aaca25c3dd916b5114db (patch)
tree1c5e6e9a58a4906abb733e413d7a9a11cfd1c8ee /libattr/syscalls.c
parent27204a8361ff975ddf3a60b95cc24f4e5ec7bed8 (diff)
downloadattr-de366b9e522ee084a318aaca25c3dd916b5114db.tar.gz
Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
Diffstat (limited to 'libattr/syscalls.c')
-rw-r--r--libattr/syscalls.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libattr/syscalls.c b/libattr/syscalls.c
index 75b8b94..7a4ba4c 100644
--- a/libattr/syscalls.c
+++ b/libattr/syscalls.c
@@ -31,6 +31,11 @@
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
+/*
+ * The use of the syscall() function is an additional level of
+ * indirection. For now, this avoids the dependency on kernel sources, though.
+ */
+
#include <unistd.h>
#if defined(__i386__)