=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/log-server.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/Attic/log-server.c 1999/09/30 05:03:04 1.3 +++ src/usr.bin/ssh/Attic/log-server.c 1999/09/30 05:11:29 1.4 @@ -15,7 +15,7 @@ */ #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 #include @@ -89,12 +89,7 @@ #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). */