commit | 0396bdc0a7fbef876653460e3ba512398e40ba9b | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Fri Dec 24 23:11:57 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Dec 24 23:11:57 1999 +0000 |
tree | f37064bd7d76d2d6ebff50562bd90c5984e36655 | |
parent | c921cb2885c0194a260cc8701858e8c12fb6f462 [diff] [blame] |
Use STAT64 test for the new stat64 functions
diff --git a/ChangeLog b/ChangeLog index cff1870..b853abd 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,10 @@ +1999-12-24 Wichert Akkerman <wakkerma@debian.org> + + * file.c: protect printstat64 with STAT64 instead of linux so we can + compile on Linux architectures that don't have it + +Fri Dec 24 18:05:00 EST 1999 + 1999-12-23 Ulrich Drepper <drepper@cygnus.com> * file.c: Use ugly libc_stat trick also for stat64.