diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:38 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:38 +0000 |
commit | af6157af0aefeaffc586206170f14dc9766a0dcf (patch) | |
tree | 0f6d09994bcca2b863197ec73fb3734e13260e28 /apt-pkg | |
parent | 917ae8051ca9a28c724875eaa77058ef162b4278 (diff) |
Fixed msync thingy
Author: jgg
Date: 1999-08-30 04:20:26 GMT
Fixed msync thingy
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/contrib/mmap.cc | 4 |
1 files changed, 1 insertions, 3 deletions
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 <fcntl.h> /*}}}*/ -#undef _POSIX_SYNCHRONIZED_IO - // MMap::MMap - Constructor /*{{{*/ // --------------------------------------------------------------------- /* */ |