Get rid of warning about unused argument fromshutdown, and make sure the wall string isn't changed by the wall() function.

This commit is contained in:
Petter Reinholdtsen
2009-11-22 22:05:53 +00:00
parent 093ad0026b
commit f8801cbcf1
4 changed files with 11 additions and 10 deletions

View File

@ -53,6 +53,9 @@ void initlog(int loglevel, char *fmt, ...);
void set_term(int how);
void print(char *fmt);
/* from dowall.c */
void wall(const char *text, int remote);
#if DEBUG
# define INITDBG(level, fmt, args...) initlog(level, fmt, ##args)
#else