diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | bsd-snprintf.h | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20000305 | ||
2 | - Fix DEC compile fix | ||
3 | |||
1 | 20000303 | 4 | 20000303 |
2 | - Added "make host-key" target, Suggestion from Dominik Brettnacher | 5 | - Added "make host-key" target, Suggestion from Dominik Brettnacher |
3 | <domi@saargate.de> | 6 | <domi@saargate.de> |
diff --git a/bsd-snprintf.h b/bsd-snprintf.h index 2360f7bf1..8f244604c 100644 --- a/bsd-snprintf.h +++ b/bsd-snprintf.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #include "config.h" | 4 | #include "config.h" |
5 | 5 | ||
6 | #include <sys/types.h> /* For size_t */ | 6 | #include <sys/types.h> /* For size_t */ |
7 | #include <varargs.h> /* For va_list */ | ||
8 | 7 | ||
9 | #ifndef HAVE_SNPRINTF | 8 | #ifndef HAVE_SNPRINTF |
10 | int snprintf(char *str, size_t n, char const *fmt, ...); | 9 | int snprintf(char *str, size_t n, char const *fmt, ...); |