=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/includes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/Attic/includes.h 1999/09/26 20:53:36 1.1 +++ src/usr.bin/ssh/Attic/includes.h 1999/09/29 12:59:13 1.2 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: includes.h,v 1.1 1999/09/26 20:53:36 deraadt Exp $"); */ +/* RCSID("$Id: includes.h,v 1.2 1999/09/29 12:59:13 provos Exp $"); */ #ifndef INCLUDES_H #define INCLUDES_H @@ -211,10 +211,6 @@ #ifdef HAVE_SETRLIMIT #include -#endif - -#ifndef HAVE_VSNPRINTF -#define vsnprintf(buf, len, fmt, args) vsprintf(buf, fmt, args) #endif /* These POSIX macros are not defined in every system. */