summaryrefslogtreecommitdiff
path: root/gl/unistd.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-10-15 08:34:52 +0200
committerSimon Josefsson <simon@josefsson.org>2009-10-15 08:34:52 +0200
commit5f30b74679828c8f0e18f42096d9651b00772aff (patch)
tree6ee9cbb2d290f19a19101ee6090eddeada26b44c /gl/unistd.in.h
parent55aa014dffb9b95bc3ad55a3d17f92668e416088 (diff)
downloadgnutls-5f30b74679828c8f0e18f42096d9651b00772aff.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/unistd.in.h')
-rw-r--r--gl/unistd.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/unistd.in.h b/gl/unistd.in.h
index 34da9369c8..c75546743d 100644
--- a/gl/unistd.in.h
+++ b/gl/unistd.in.h
@@ -49,7 +49,7 @@
#endif
/* Get getopt(), optarg, optind, opterr, optopt. */
-#if @GNULIB_UNISTD_H_GETOPT@
+#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
# include <getopt.h>
#endif
@@ -239,7 +239,7 @@ extern char **environ;
#if @GNULIB_EUIDACCESS@
# if !@HAVE_EUIDACCESS@
-/* Like access(), except that is uses the effective user id and group id of
+/* Like access(), except that it uses the effective user id and group id of
the current process. */
extern int euidaccess (const char *filename, int mode);
# endif