getlogin_r.h was replaced with <unistd.h>.
authorBruno Haible <bruno@clisp.org>
Thu, 22 Feb 2007 23:33:19 +0000 (23:33 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 22 Feb 2007 23:33:19 +0000 (23:33 +0000)
ChangeLog
lib/glob.c

index f330998..6f1cfa5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glob.c: Don't include getlogin_r.h.
+
 2007-02-22  Jim Meyering  <jim@meyering.net>
 
        * modules/utimens (Depends-on): Add timespec, required for
index ccd0e7a..a0af922 100644 (file)
 # endif
 # define struct_stat64         struct stat64
 #else /* !_LIBC */
-# include "getlogin_r.h"
 # define __stat64(fname, buf)  stat (fname, buf)
 # define struct_stat64         struct stat
 # define __stat(fname, buf)    stat (fname, buf)