]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/__P/PARAMS/g
authorJim Meyering <jim@meyering.net>
Tue, 16 Dec 1997 15:44:00 +0000 (15:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Dec 1997 15:44:00 +0000 (15:44 +0000)
src/chown.c

index de2a0ea1ff19742352c1abe9ea7eaf822516c6c2..f83c350738b7034fbd7098e772c67c171fe2bf26 100644 (file)
@@ -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;