From: Roland McGrath Date: Thu, 9 Jan 2003 06:53:22 +0000 (+0000) Subject: 2003-01-08 Roland McGrath X-Git-Tag: v4.5.18~901 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca16a404e210a4694c0cc29d1b17700163d9f4fe;p=strace 2003-01-08 Roland McGrath * file.c [LINUX]: #undef st_[amc]time in case they are macros. --- diff --git a/file.c b/file.c index 67e3a5dd..a8aecf5d 100644 --- a/file.c +++ b/file.c @@ -116,6 +116,10 @@ struct stat { # include # undef stat # undef stat64 + /* These might be macros. */ +# undef st_atime +# undef st_mtime +# undef st_ctime # ifdef HPPA # define stat64 hpux_stat64 # endif