changeset 8222:71d0fb7c1252

getlogin_r.h was replaced with <unistd.h>.
author Bruno Haible <bruno@clisp.org>
date Thu, 22 Feb 2007 23:33:19 +0000
parents 27765b2c8243
children ca249819379f
files ChangeLog lib/glob.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 22 23:32:46 2007 +0000
+++ b/ChangeLog	Thu Feb 22 23:33:19 2007 +0000
@@ -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
--- a/lib/glob.c	Thu Feb 22 23:32:46 2007 +0000
+++ b/lib/glob.c	Thu Feb 22 23:33:19 2007 +0000
@@ -132,7 +132,6 @@
 # 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)