Invalid prototype definition for static function _read_rwx_g()

This commit is contained in:
Pierre Pronchery 2004-07-25 02:45:14 +00:00
parent 86c7e31c94
commit bdb1c29b91

View File

@ -152,7 +152,7 @@ static int _is_string_not_empty(char * string)
return *string == '\0' ? 0 : 1; return *string == '\0' ? 0 : 1;
} }
static int _file_rwx_g(mode_t g); static int _file_rwx_g(gid_t g);
static int _is_file_rwx(char * pathname, mode_t u, mode_t g, mode_t o) static int _is_file_rwx(char * pathname, mode_t u, mode_t g, mode_t o)
{ {
struct stat st; struct stat st;