mirror of git://anongit.mindrot.org/openssh.git
- Fix DEC compile fix
This commit is contained in:
parent
00d4bb117a
commit
01bedb83b1
|
@ -1,3 +1,6 @@
|
|||
20000305
|
||||
- Fix DEC compile fix
|
||||
|
||||
20000303
|
||||
- Added "make host-key" target, Suggestion from Dominik Brettnacher
|
||||
<domi@saargate.de>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <sys/types.h> /* For size_t */
|
||||
#include <varargs.h> /* For va_list */
|
||||
|
||||
#ifndef HAVE_SNPRINTF
|
||||
int snprintf(char *str, size_t n, char const *fmt, ...);
|
||||
|
|
Loading…
Reference in New Issue