summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-05 16:10:03 +1100
committerDamien Miller <djm@mindrot.org>2000-03-05 16:10:03 +1100
commit01bedb83b1faddd7d9dd136bfcd474e1608af8f7 (patch)
tree4235eee2ce8cb1c2c5c4a34ca169f3ae2959644e
parent00d4bb117a7dee724636d970de7287cb183ad3b3 (diff)
- Fix DEC compile fix
-rw-r--r--ChangeLog3
-rw-r--r--bsd-snprintf.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a385446ba..2379ec7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120000305
2 - Fix DEC compile fix
3
120000303 420000303
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
10int snprintf(char *str, size_t n, char const *fmt, ...); 9int snprintf(char *str, size_t n, char const *fmt, ...);