summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-14 07:24:43 +0000
committerJim Meyering <jim@meyering.net>2001-08-14 07:24:43 +0000
commit0285f77feb05b1d6362eafe0596de748c365e888 (patch)
tree3ba161c8f21321840afe263f014b802dce8e0674 /old
parentbf03365731f3cc8f2442668c2693076b3b5515f3 (diff)
downloadcoreutils-0285f77feb05b1d6362eafe0596de748c365e888.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4d9ca0b29..861b47a14 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,12 @@
2001-08-14 Jim Meyering <meyering@lucent.com>
+ * src/Makefile.am (INCLUDES): Add -I../lib so sys2.h can include
+ the new, generated file, unlocked-io.h.
+
+ * tests/Makefile.am (TESTS_ENVIRONMENT): Remove first definition
+ of this variable, and move its RHS into the RHS of the second.
+ Thanks, automake!
+
* src/su.c (xputenv): Remove parameter's const qualifier.
* src/dirname.c, src/env.c, src/id.c, src/pathchk.c, src/pinky.c,