aboutsummaryrefslogtreecommitdiff
path: root/init/mesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/mesg.c')
-rw-r--r--init/mesg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/mesg.c b/init/mesg.c
index 658c82447..40d8ae3ca 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -15,6 +15,7 @@
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[])
19{ 20{
20 struct stat sb; 21 struct stat sb;