summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-10 22:45:59 +0000
committerJim Meyering <jim@meyering.net>2003-02-10 22:45:59 +0000
commit348adf65abd62ef262bd84caa9ce4a1ce3310e43 (patch)
treefd6d53dda32489105aec5cc1ea975217c64919b4 /lib
parent8e480afae3a4dc268ffca6428faa92b46b299568 (diff)
downloadcoreutils-348adf65abd62ef262bd84caa9ce4a1ce3310e43.tar.xz
doh
Diffstat (limited to 'lib')
-rw-r--r--lib/euidaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/euidaccess.h b/lib/euidaccess.h
index 25abcede6..17b7e9813 100644
--- a/lib/euidaccess.h
+++ b/lib/euidaccess.h
@@ -1,3 +1,3 @@
-#if HAVE_DECL_EUIDACCESS
+#if ! HAVE_DECL_EUIDACCESS
int euidaccess (char const *file, int mode);
#endif