1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00

Declare lstat; needed on e.g. SunOS4.

Reported by Tom Tromey.
This commit is contained in:
Jim Meyering
1999-11-20 09:50:58 +00:00
parent 320be1758d
commit 57bb960867

View File

@@ -71,6 +71,8 @@ enum Verbosity
V_off
};
int lstat ();
static int change_dir_group PARAMS ((const char *dir, gid_t group,
const struct stat *statp));