aboutsummaryrefslogtreecommitdiff
path: root/init/mesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/mesg.c')
-rw-r--r--init/mesg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/mesg.c b/init/mesg.c
index 40d8ae3ca..77bfe0e21 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -15,8 +15,8 @@
15#define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) 15#define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH)
16#endif 16#endif
17 17
18int mesg_main(int argc, char *argv[]); 18int mesg_main(int argc, char **argv);
19int mesg_main(int argc, char *argv[]) 19int mesg_main(int argc, char **argv)
20{ 20{
21 struct stat sb; 21 struct stat sb;
22 const char *tty; 22 const char *tty;