Преглед изворни кода

Fixed msync thingy
Author: jgg
Date: 1999-08-30 04:20:26 GMT
Fixed msync thingy

Arch Librarian пре 22 година
родитељ
комит
af6157af0a
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      apt-pkg/contrib/mmap.cc

+ 1 - 3
apt-pkg/contrib/mmap.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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().
    MMap Class - Provides 'real' mmap or a faked mmap using read().
@@ -35,8 +35,6 @@
 #include <fcntl.h>
 #include <fcntl.h>
    									/*}}}*/
    									/*}}}*/
 
 
-#undef _POSIX_SYNCHRONIZED_IO   
-
 // MMap::MMap - Constructor						/*{{{*/
 // MMap::MMap - Constructor						/*{{{*/
 // ---------------------------------------------------------------------
 // ---------------------------------------------------------------------
 /* */
 /* */