]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/mmap.h
Added a depends option to apt-cache
[apt.git] / apt-pkg / contrib / mmap.h
index 0c11d32021af8c22d848bcb0580e3b6cbb756450..d086e51ab80a144cf9e4685b2e121e0aa11995c4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: mmap.h,v 1.9 1999/04/18 06:36:36 jgg Exp $
+// $Id: mmap.h,v 1.10 1999/07/15 03:15:49 jgg Exp $
 /* ######################################################################
    
    MMap Class - Provides 'real' mmap or a faked mmap using read().
 #include <string>
 #include <apt-pkg/fileutl.h>
 
+/* This should be a 32 bit type, larger tyes use too much ram and smaller
+   types are too small. Where ever possible 'unsigned long' should be used
+   instead of this internal type */
+typedef unsigned int map_ptrloc;
+
 class MMap
 {
    protected: