X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Flstat.c;h=1a613a89c8d86de75e1576b4edeeed274b687c7b;hb=refs%2Ftags%2Fdebian%2F1.6-2;hp=db119a10d3f48db6f760dab5953696eb6b49902b;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/lstat.c b/lib/lstat.c index db119a1..1a613a8 100644 --- a/lib/lstat.c +++ b/lib/lstat.c @@ -1,6 +1,6 @@ /* Work around a bug of lstat on some systems - Copyright (C) 1997-2006, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2006, 2008-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ typedef int dummy; # include # undef __need_system_sys_stat_h -static inline int +static int orig_lstat (const char *filename, struct stat *buf) { return lstat (filename, buf);