From: Jim Meyering <jim@meyering.net>
Date: Sat, 15 Jun 2002 08:47:12 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: FILEUTILS-4_1_9~41
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e14c65c06622ea52fc20d2d451807298e45381f4;p=gnulib.git

*** empty log message ***
---

diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8b7433c6ac..41986c6030 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,9 +1,22 @@
 2002-06-15  Jim Meyering  <meyering@lucent.com>
 
+	* file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
+	For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
+	have been included before this file.
+
+2002-06-13  Richard Dawe  <richdawe@bigfoot.com>
+
+	* Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,
+	so that each temporary file name is unique and valid in the first
+	8 characters, for operation under DOS.
+
+2002-06-15  Jim Meyering  <meyering@lucent.com>
+
+	Work even with DJGPP 2.03, which lacks support for symlinks.
+	From Richard Dawe.
 	* xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
 	is defined.
 	* lchown.c (S_ISLNK): Likewise.
-	From Richard Dawe.
 
 2002-06-14  Jim Meyering  <meyering@lucent.com>