X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Flstat.h;fp=lib%2Flstat.h;h=0000000000000000000000000000000000000000;hb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;hp=63b21c89c17d8e1e37eb90413c131d197157471f;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/lib/lstat.h b/lib/lstat.h deleted file mode 100644 index 63b21c8..0000000 --- a/lib/lstat.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Retrieving information about files. - Copyright (C) 2005 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 - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -#include - -#if !LSTAT_FOLLOWS_SLASHED_SYMLINK -extern int rpl_lstat (const char *name, struct stat *buf); -# undef lstat -# define lstat rpl_lstat -#endif