mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 02:30:35 +02:00
s/__P/PARAMS/g
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ enum Change_status
|
||||
CH_NO_CHANGE_REQUESTED
|
||||
};
|
||||
|
||||
static int change_dir_owner __P ((const char *dir, uid_t user, gid_t group,
|
||||
struct stat *statp));
|
||||
static int change_dir_owner PARAMS ((const char *dir, uid_t user, gid_t group,
|
||||
struct stat *statp));
|
||||
|
||||
/* The name the program was run with. */
|
||||
char *program_name;
|
||||
|
||||
Reference in New Issue
Block a user