From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:38 +0000 (+0000) Subject: Fixed msync thingy X-Git-Tag: 0.7.24ubuntu1~1269 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/af6157af0aefeaffc586206170f14dc9766a0dcf Fixed msync thingy Author: jgg Date: 1999-08-30 04:20:26 GMT Fixed msync thingy --- diff --git a/apt-pkg/contrib/mmap.cc b/apt-pkg/contrib/mmap.cc index b5c1320e6..42777a8ac 100644 --- a/apt-pkg/contrib/mmap.cc +++ b/apt-pkg/contrib/mmap.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: mmap.cc,v 1.18 1999/08/28 01:49:07 jgg Exp $ +// $Id: mmap.cc,v 1.19 1999/08/30 04:20:26 jgg Exp $ /* ###################################################################### MMap Class - Provides 'real' mmap or a faked mmap using read(). @@ -35,8 +35,6 @@ #include /*}}}*/ -#undef _POSIX_SYNCHRONIZED_IO - // MMap::MMap - Constructor /*{{{*/ // --------------------------------------------------------------------- /* */