diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-03 04:00:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-03 04:00:29 +0000 |
commit | b0d3bfa316910dce219c2e1d58ff30f144507913 (patch) | |
tree | 3172d6392cecc88519ddd5b5848be43860d6f84a | |
parent | 1672bf6d2728b5782d9402532c7967caec216e6e (diff) | |
download | coreutils-b0d3bfa316910dce219c2e1d58ff30f144507913.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 92d1f7ca5..61087b52f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 2 22:56:03 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/system.h [!EXIT_SUCCESS]: Define it. + [!EXIT_FAILURE]: Define it. + + * lib/strndup.c (strndup): Include stdio.h and sys/types.h to + get definition of NULL and size_t on SunOS4.1.3. + Mon Jul 1 23:47:29 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/ln.c (do_link): Update messages to ease translation. |