- Fix DEC compile fix

This commit is contained in:
Damien Miller 2000-03-05 16:10:03 +11:00
parent 00d4bb117a
commit 01bedb83b1
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
20000305
- Fix DEC compile fix
20000303
- Added "make host-key" target, Suggestion from Dominik Brettnacher
<domi@saargate.de>

View File

@ -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, ...);