From 730b47fa270f1f48150b438f499b75d11e89f1e5 Mon Sep 17 00:00:00 2001 From: Beletti Date: Tue, 19 Nov 2013 01:49:35 +0000 Subject: [PATCH] commands/chmod: changed K&R to ANSI style Change-Id: If22f201dec8b34c8773910448d75b6d8256ee6a4 --- commands/chmod/chmod.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.44.0