From bf379312227b74623424fdaaa2deabcbd871e2ff Mon Sep 17 00:00:00 2001 From: teuf Date: Wed, 2 Nov 2005 19:11:29 +0000 Subject: 2005-11-02 Christophe Fergeau * configure.ac: * src/db-artwork-writer.c: (ipod_buffer_grow_mapping), (ipod_buffer_maybe_grow): added fallback code for systems not having mremap (pretty much all non-linux systems actually) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1136 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3b1790..9503146 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-02 Christophe Fergeau + + * configure.ac: + * src/db-artwork-writer.c: (ipod_buffer_grow_mapping), + (ipod_buffer_maybe_grow): added fallback code for systems not having + mremap (pretty much all non-linux systems actually) + 2005-11-02 Christophe Fergeau * src/db-artwork-writer.c: (ipod_buffer_destroy): -- cgit