From c53766c774f15b1763101f845e27feec7ac3b176 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:01 +0000 Subject: s/st_mtime/mtime/ on our local stat structure in apt-ft... Author: doogie Date: 2002-11-22 07:19:51 GMT s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to support compliation on platforms where st_mtime is a macro. --- ftparchive/cachedb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftparchive/cachedb.h') diff --git a/ftparchive/cachedb.h b/ftparchive/cachedb.h index 89b1a2320..257af20fc 100644 --- a/ftparchive/cachedb.h +++ b/ftparchive/cachedb.h @@ -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; -- cgit v1.2.3