diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-25 11:47:06 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-25 11:47:06 +0200 |
commit | 95954ad5832e2dcc5709401643e615612281fc88 (patch) | |
tree | f2e177344d26d5d4a7b0bd9964f25a7d27d7913d /ChangeLog | |
parent | e81a82b74f44bfddce247d566617137725f11b19 (diff) | |
download | coreutils-95954ad5832e2dcc5709401643e615612281fc88.tar.xz |
Portability to Tru64 V4.0.
* src/system.h (ftello) [!HAVE_FSEEKO && !defined ftello]:
Define inline replacement function.
This (along with a yesterday's fix for autoconf's
_AC_SYS_LARGEFILE_MACRO_VALUE macro) makes it so coreutils
now builds once more on Tru64 V4.0. Reported by Nelson Beebe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-10-25 Jim Meyering <jim@meyering.net> + + Portability to Tru64 V4.0. + * src/system.h (ftello) [!HAVE_FSEEKO && !defined ftello]: + Define inline replacement function. + This (along with a yesterday's fix for autoconf's + _AC_SYS_LARGEFILE_MACRO_VALUE macro) makes it so coreutils + now builds once more on Tru64 V4.0. Reported by Nelson Beebe. + 2006-10-25 Bruno Haible <bruno@clisp.org> * src/cat.c (infile): Add "const" to declaration. |