summaryrefslogtreecommitdiff
path: root/gnulib/import/m4/getlogin_r.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/import/m4/getlogin_r.m4')
-rw-r--r--gnulib/import/m4/getlogin_r.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/gnulib/import/m4/getlogin_r.m4 b/gnulib/import/m4/getlogin_r.m4
index 3ec76925e28..3e8a2f0b218 100644
--- a/gnulib/import/m4/getlogin_r.m4
+++ b/gnulib/import/m4/getlogin_r.m4
@@ -1,6 +1,6 @@
-#serial 12
+#serial 13
-# Copyright (C) 2005-2007, 2009-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2007, 2009-2021 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -30,7 +30,7 @@ AC_DEFUN([gl_FUNC_GETLOGIN_R],
HAVE_GETLOGIN_R=0
else
HAVE_GETLOGIN_R=1
- dnl On Mac OS X 10.12 and OSF/1 5.1, getlogin_r returns a truncated result
+ dnl On Mac OS X 10.13 and OSF/1 5.1, getlogin_r returns a truncated result
dnl if the buffer is not large enough.
AC_REQUIRE([AC_CANONICAL_HOST])
AC_CACHE_CHECK([whether getlogin_r works with small buffers],