diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-06 02:55:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-06 02:55:44 +0000 |
commit | 4bbadbb14a2e4a3079277dd7cacbe793f9e24cf7 (patch) | |
tree | b9e35fda57c010b9e167b0c1b8886fdf2cea2c4c /old | |
parent | cc61df7131109015889d432ce7c7ace630fa1286 (diff) | |
download | coreutils-4bbadbb14a2e4a3079277dd7cacbe793f9e24cf7.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2edc918f9..765a47e85 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -6,6 +6,9 @@ Thu Oct 5 21:49:34 1995 Jim Meyering (meyering@comco.com) * system.h [!HAVE_UTIME_H]: Don't declare struct utimbuf here. [!HAVE_STRUCT_UTIMBUF]: Declare struct utimbuf here instead. + * chgrp.c: Include limits.h. + [!INT_MAX]: Define it. + * df.c (show_point): Cast -2 to dev_t before assignment. * mountlist.c (read_filesystem_list): Cast -1 to dev_t before assignment. |