diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-01 13:06:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-01 13:06:03 +0000 |
commit | bc60940ea94f796d3ada4b6272565f68213c591f (patch) | |
tree | 38a8db1b9aa7cca84ac438135430a65d8dc08fa6 /old/sh-utils | |
parent | 11020daf89afb266e8986215b670eea77409dd59 (diff) | |
download | coreutils-bc60940ea94f796d3ada4b6272565f68213c591f.tar.xz |
merge with 1.10p
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 04ef0904b..ab40616cb 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ Sat Oct 01 00:14:10 1994 Jim Meyering (meyering@comco.com) + * lib/Makefile.in (DISTFILES): Add getline.h. + (SOURCES, OBJECTS): Add getline.c, getline.o. + * safe-xstat.hin: Don't include <sys/types.h> or <sys/stat.h>. Otherwise, we'd lose when the includer has already included <sys/stat.h> on systems that aren't protected against multiple |