summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 227e40884..1fa79b3e1 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -233,7 +233,7 @@ to login group if implied by a period. A colon may replace the period.\n"));
exit (status);
}
-void
+int
main (int argc, char **argv)
{
uid_t user = (uid_t) -1; /* New uid; -1 if not to be changed. */