# HG changeset patch # User Bruno Haible # Date 1172187199 0 # Node ID 71d0fb7c1252597bc4443461ee9982fe0483de64 # Parent 27765b2c824392d9de662dead93a4e65a76f9e2c getlogin_r.h was replaced with . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-22 Bruno Haible + + * lib/glob.c: Don't include getlogin_r.h. + 2007-02-22 Jim Meyering * modules/utimens (Depends-on): Add timespec, required for diff --git a/lib/glob.c b/lib/glob.c --- a/lib/glob.c +++ b/lib/glob.c @@ -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)