diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 05:11:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-30 05:11:30 +0000 |
commit | 7842c7f5dbdb242d9ec9b6f213d8b39a73c8f8ce (patch) | |
tree | d04dcb5313f5136e2dc4e0b702f49654f50d6a99 /usr.bin/ssh/log-server.c | |
parent | 3014b4f4317c10906498b5d1573b5b12a772c488 (diff) |
do not bother with dinosaur pacification
Diffstat (limited to 'usr.bin/ssh/log-server.c')
-rw-r--r-- | usr.bin/ssh/log-server.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ssh/log-server.c b/usr.bin/ssh/log-server.c index c906e0976c7..f19f288dabb 100644 --- a/usr.bin/ssh/log-server.c +++ b/usr.bin/ssh/log-server.c @@ -15,7 +15,7 @@ to the system log. */ #include "includes.h" -RCSID("$Id: log-server.c,v 1.3 1999/09/30 05:03:04 deraadt Exp $"); +RCSID("$Id: log-server.c,v 1.4 1999/09/30 05:11:29 deraadt Exp $"); #include <syslog.h> #include <sys/syslog.h> @@ -89,12 +89,7 @@ void log_init(char *av0, int on_stderr, int debug, int quiet, #define MSGBUFSIZE 1024 -#ifdef HAVE_VSNPRINTF #define DECL_MSGBUF char msgbuf[MSGBUFSIZE] -#else -static char msgbuf[MSGBUFSIZE]; -#define DECL_MSGBUF -#endif /* Log this message (information that usually should go to the log). */ |