]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-snprintf.h
not included in OpenSSH distribution anymore
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-snprintf.h
diff --git a/openssh/openbsd-compat/bsd-snprintf.h b/openssh/openbsd-compat/bsd-snprintf.h
deleted file mode 100644 (file)
index ce5a1f4..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* $Id$ */
-
-#ifndef _BSD_SNPRINTF_H
-#define _BSD_SNPRINTF_H
-
-#include "config.h"
-
-#include <sys/types.h> /* For size_t */
-
-#ifndef HAVE_SNPRINTF
-int snprintf(char *str, size_t count, const char *fmt, ...);
-#endif /* !HAVE_SNPRINTF */
-
-#ifndef HAVE_VSNPRINTF
-int vsnprintf(char *str, size_t count, const char *fmt, va_list args);
-#endif /* !HAVE_SNPRINTF */
-
-
-#endif /* _BSD_SNPRINTF_H */
This page took 0.153836 seconds and 4 git commands to generate.