]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 21 May 2002 23:15:19 +0000 (23:15 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 May 2002 23:15:19 +0000 (23:15 +0000)
old/fileutils/ChangeLog

index 605b08f95c19ebd9e87c5b8d2a05cf55969a7103..6d49035d5ddb8f7a2e94c64926a9804118395dae 100644 (file)
@@ -1,7 +1,14 @@
-2002-04-27  Jim Meyering  <meyering@lucent.com>
+2002-05-22  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.9.
 
+       * src/ls.c (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):
+       Remove definitions.
+       * src/sys2.c (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):
+       Define here instead.
+
+2002-04-27  Jim Meyering  <meyering@lucent.com>
+
        * src/remove.c (cycle_check): New function containing code factored
        out of remove_dir.  The sole difference is that upon detecting a
        cycle, rm now dies unconditionally.  Before, in interactive mode,