X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fttyname_r.m4;h=682a9d8236db2f18721bcffa15874f0da49b3b02;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=a0308a6c35a6a141f5ff87ba4799c88af5bbe684;hpb=165e5c06a664c525b665bf224e702a00c1e7cdb0;p=gnulib.git diff --git a/m4/ttyname_r.m4 b/m4/ttyname_r.m4 index a0308a6c3..682a9d823 100644 --- a/m4/ttyname_r.m4 +++ b/m4/ttyname_r.m4 @@ -1,5 +1,5 @@ -# ttyname_r.m4 serial 8 -dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. +# ttyname_r.m4 serial 9 +dnl Copyright (C) 2010-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -22,7 +22,7 @@ AC_DEFUN([gl_FUNC_TTYNAME_R], HAVE_TTYNAME_R=0 else HAVE_TTYNAME_R=1 - dnl On MacOS X 10.4 (and Solaris 10 without gl_USE_SYSTEM_EXTENSIONS) + dnl On Mac OS X 10.4 (and Solaris 10 without gl_USE_SYSTEM_EXTENSIONS) dnl the return type is 'char *', not 'int'. AC_CACHE_CHECK([whether ttyname_r is compatible with its POSIX signature], [gl_cv_func_ttyname_r_posix],