diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-14 07:24:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-14 07:24:43 +0000 |
commit | 0285f77feb05b1d6362eafe0596de748c365e888 (patch) | |
tree | 3ba161c8f21321840afe263f014b802dce8e0674 /old | |
parent | bf03365731f3cc8f2442668c2693076b3b5515f3 (diff) | |
download | coreutils-0285f77feb05b1d6362eafe0596de748c365e888.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
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, |