]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.h
s/st_mtime/mtime/ on our local stat structure in apt-ft...
[apt.git] / ftparchive / cachedb.h
index 89b1a2320da91f9d4759ec7de71c17e2f67e9903..257af20fc72abf639e97f33fe7b7583b9ccd3ec3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cachedb.h,v 1.2 2001/02/20 07:03:18 jgg Exp $
+// $Id: cachedb.h,v 1.3 2002/11/22 07:19:51 doogie Exp $
 /* ######################################################################
 
    CacheDB
@@ -69,7 +69,7 @@ class CacheDB
    enum FlagList {FlControl = (1<<0),FlMD5=(1<<1),FlContents=(1<<2)};
    struct StatStore
    {
-      uint32_t st_mtime;          
+      uint32_t mtime;          
       uint32_t Flags;
    } CurStat;
    struct StatStore OldStat;