]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 20 Mar 1999 04:36:50 +0000 (04:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Mar 1999 04:36:50 +0000 (04:36 +0000)
old/fileutils/ChangeLog

index f10bfcbbb5ec822fae6eca56d42c4ff05c173d46..fad6dc268269a9ea3bff9577858572d44b5dcae0 100644 (file)
@@ -1,3 +1,14 @@
+1999-03-19  Jim Meyering  <meyering@ascend.com>
+
+       * src/automake-wrap: Rewrite the automake-generated clean-binPROGRAMS
+       rule so that it removes rm even with a losing PATH on a losing system
+       (PATH with `.' before /bin on a system where you can't unlink a running
+       executable).
+
+       * configure.in: Use jm_WINSIZE_IN_PTEM.
+       * src/ls.c [WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.
+       Required by SCO ODT 2.0 systems.  Reported by William Bader.
+
 1999-03-18  Jim Meyering  <meyering@ascend.com>
 
        * src/remove.c (remove_cwd_entries): Reflect changes in hash_insert.