]> Zhao Yanbai Git Server - minix.git/commitdiff
commands/chmod: changed K&R to ANSI style 73/1173/4
authorBeletti <rhiguita@gmail.com>
Tue, 19 Nov 2013 01:49:35 +0000 (01:49 +0000)
committerGerrit Code Review <gerrit@gerrit>
Fri, 29 Nov 2013 17:54:11 +0000 (18:54 +0100)
Change-Id: If22f201dec8b34c8773910448d75b6d8256ee6a4

commands/chmod/chmod.c

index 8daf4541cb2deba8ecf21bfe650361f119c56bb6..fa5b919cefcf088bc6695a80f46cf2fded867828 100644 (file)
@@ -197,8 +197,7 @@ int main(int argc, char *argv[])
 
 
 /* Apply a mode change to a given file system element. */
-int do_change(name)
-char *name;
+int do_change(char *name)
 {
   mode_t m;
   DIR *dirp;