diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-04 22:50:41 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-04 22:50:41 +0000 |
| commit | 0e67d0e632d66d9fd0e8922fdd7e0598b411ff66 (patch) | |
| tree | 5608a62784905732a8f1edcd7f4668278d751f30 | |
| parent | Fix parenthesization typo. (diff) | |
| download | coreutils-0e67d0e632d66d9fd0e8922fdd7e0598b411ff66.tar.gz coreutils-0e67d0e632d66d9fd0e8922fdd7e0598b411ff66.zip | |
Fixes for OpenBSD 3.4.
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-08-04 Paul Eggert <eggert@cs.ucla.edu> + + * src/system.h (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): + Define to a concatenation of string literals, not to an expression; + needed for concatenation contexts. + (INTMAX_MAX, INTMAX_MIN): New macros. + + * src/stat.c (print_stat): Don't assume st_ino / st_dev fits in + unsigned long; this isn't true for st_ino on Solaris 9. + 2004-08-03 Paul Eggert <eggert@cs.ucla.edu> * src/uname.c: Do not depend on HAVE_SYSCTL when deciding |
