diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-19 23:54:45 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-19 23:54:45 +0000 |
commit | de9c2733a448bdcd64917a82e42513e8f3ab6ac5 (patch) | |
tree | e0aa2fee2b799903ab529369052df6992e063972 /NEWS | |
parent | 5361b0bdcd075bd8afb1e309f8fece57dc4ae58d (diff) | |
download | fetchmail-de9c2733a448bdcd64917a82e42513e8f3ab6ac5.tar.gz fetchmail-de9c2733a448bdcd64917a82e42513e8f3ab6ac5.tar.bz2 fetchmail-de9c2733a448bdcd64917a82e42513e8f3ab6ac5.zip |
Rearrange #include directives in an attempt to fix BerliOS Bug #4725,
Darwin 7.9 build fails in resource.h with ru_utime/ru_stime incomplete types.
svn path=/trunk/; revision=4296
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -195,6 +195,8 @@ fetchmail 6.3.0 (not yet released officially): * Fixes to --with-hesiod option. Sunil Shetye. (MA) * Delete oversized messages with the news --limitflush option. Debian Bug#212240. Sunil Shetye. (MA) +* Fix MacOS X compilation failures in sink.c (ru_*time has incomplete type). + Berlios Bug #4725. Matthias Andree. # INTERNAL CHANGES * Switched to automake. Matthias Andree. |