diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-05 08:26:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-05 08:26:21 +0000 |
commit | 77ef7e08a762007ad9c5e3ef79eee49d44ffdab7 (patch) | |
tree | 34d7f59ba1619e9398ada6cfdb4f8dfa7c0e28f2 /old | |
parent | ac0ee614d65c5dcd22ee911f969e1a5b7c50bad4 (diff) | |
download | coreutils-77ef7e08a762007ad9c5e3ef79eee49d44ffdab7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 48c4cea46..301605857 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,9 @@ +1997-07-05 Jim Meyering <meyering@na-net.ornl.gov> + + * src/su.c: Redefine/undef getusershell around inclusion of <unistd.h> + (via system.h) so Cray's int-returning prototype doesn't conflict + with our char*-returning one. Reported by Johan Danielsson. + 1997-07-04 Jim Meyering <meyering@na-net.ornl.gov> * tests/Makefile.am.in (Makefile.am): Clean up and enable rule to |