summaryrefslogtreecommitdiff
path: root/bsd-snprintf.h
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 /bsd-snprintf.h
parent00d4bb117a7dee724636d970de7287cb183ad3b3 (diff)
- Fix DEC compile fix
Diffstat (limited to 'bsd-snprintf.h')
-rw-r--r--bsd-snprintf.h1
1 files changed, 0 insertions, 1 deletions
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, ...);