diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-11-06 08:16:53 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-06 08:16:53 +0000 |
| commit | 31dd0180e9bbc260b8f0c42f0a6292e9c612bc4f (patch) | |
| tree | 470fdd66e6dd8d00510d6aef088677cc3b6dca17 /usr.bin/rwall | |
| parent | 6ebcee295263b1e9b81b92ff6e4a136e6d9dcc7a (diff) | |
Notes
Diffstat (limited to 'usr.bin/rwall')
| -rw-r--r-- | usr.bin/rwall/rwall.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 042b72f71355..c235ea72e560 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -64,11 +64,11 @@ __FBSDID("$FreeBSD$"); #include <time.h> #include <unistd.h> -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; |
