diff options
Diffstat (limited to 'init/mesg.c')
-rw-r--r-- | init/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c index 1a576cb37..cfb517f60 100644 --- a/init/mesg.c +++ b/init/mesg.c @@ -15,7 +15,7 @@ #define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) #endif -int mesg_main(int argc, char **argv); +int mesg_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int mesg_main(int argc, char **argv) { struct stat sb; |