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/icons/debian/static/gitweb.js?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F1173%2F4;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;