Declare lstat; needed on e.g. SunOS4.
authorJim Meyering <jim@meyering.net>
Sat, 20 Nov 1999 09:50:58 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Nov 1999 09:50:58 +0000 (09:50 +0000)
Reported by Tom Tromey.

src/chgrp.c

index 52bb78e..889b825 100644 (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));