From 4d76a83ff171e1d393a78e5e5c7b7072119835bb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 22 Feb 2007 23:33:19 +0000 Subject: [PATCH] getlogin_r.h was replaced with . --- ChangeLog | 4 ++++ lib/glob.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f330998bc..6f1cfa508 100644 --- 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 index ccd0e7afc..a0af922d3 100644 --- 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) -- 2.11.0