]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
Increase the range of the ID type for deps
[apt.git] / apt-pkg / pkgcache.h
index 0d62c647aa044965d6a336fcc1e84a765fd43a31..b07951dfb8fbf26710c8790cd73af87e30c38f3d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: pkgcache.h,v 1.24 2001/05/07 04:24:08 jgg Exp $
+// $Id: pkgcache.h,v 1.25 2001/07/01 22:28:24 jgg Exp $
 /* ######################################################################
    
    Cache - Structure definitions for the cache file
@@ -261,9 +261,9 @@ struct pkgCache::Dependency
    map_ptrloc ParentVer;       // Version
    
    // Specific types of depends
+   map_ptrloc ID;   
    unsigned char Type;
    unsigned char CompareOp;
-   unsigned short ID;   
 };
 
 struct pkgCache::Provides