diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 042b72f7135..c235ea72e56 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -64,11 +64,11 @@ __FBSDID("$FreeBSD$"); #include #include -char *mbuf; +static char *mbuf; static char notty[] = "no tty"; -void makemsg(const char *); +static void makemsg(const char *); static void usage(void); /* ARGSUSED */ @@ -121,7 +121,7 @@ usage(void) exit(1); } -void +static void makemsg(const char *fname) { struct tm *lt;