diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4065a68ca2..bd66cbe4bb 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2005-12-17 Tor Lillqvist <tml@novell.com> + + * e-util-private.h (fsync) + * e-util.c: Don't bother with a Win32 implementation of fsync() as + the uses of fsync() in evo are pretty irrelevant. Just #define + fsync() away on Win32. + 2005-12-12 Irene Huang <Irene.Huang@sun.com> reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> |