diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-15 18:24:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-15 18:24:47 +0200 |
commit | 2ca99a0dceb4101f1ecaff0348b1684cb975099c (patch) | |
tree | 7b044fa1dc21f038acb95f6c506e6bd4b12882f6 /apt-pkg/tagfile.h | |
parent | 2c4eaffff40d4ee4a2c8410a48f1a6170d9beff9 (diff) |
* apt-pkg/tagfile.cc, tagfile.h:
- reverted the mmap patch again, it caused too much trouble with
pipes etc
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index dd481ba51..f7f8155a5 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -25,7 +25,6 @@ #endif #include <apt-pkg/fileutl.h> -#include <apt-pkg/mmap.h> #include <stdio.h> class pkgTagSection @@ -70,7 +69,6 @@ class pkgTagSection class pkgTagFile { FileFd &Fd; - MMap *Map; char *Buffer; char *Start; char *End; |