From: Beletti Date: Tue, 19 Nov 2013 01:49:35 +0000 (+0000) Subject: commands/chmod: changed K&R to ANSI style X-Git-Tag: v3.3.0~670 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.html?a=commitdiff_plain;h=730b47fa270f1f48150b438f499b75d11e89f1e5;p=minix.git commands/chmod: changed K&R to ANSI style Change-Id: If22f201dec8b34c8773910448d75b6d8256ee6a4 --- diff --git a/commands/chmod/chmod.c b/commands/chmod/chmod.c index 8daf4541c..fa5b919ce 100644 --- a/commands/chmod/chmod.c +++ b/commands/chmod/chmod.c @@ -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;