]> andersk Git - openssh.git/blobdiff - bsd-strlcpy.h
- Renamed BSD helper function files to bsd-*
[openssh.git] / bsd-strlcpy.h
diff --git a/bsd-strlcpy.h b/bsd-strlcpy.h
new file mode 100644 (file)
index 0000000..dafa44a
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _BSD_STRLCPY_H
+#define _BSD_STRLCPY_H
+
+#include "config.h"
+#ifndef HAVE_STRLCPY
+#include <sys/types.h>
+size_t strlcpy(char *dst, const char *src, size_t siz);
+#endif /* !HAVE_STRLCPY */
+
+#endif /* _BSD_STRLCPY_H */
This page took 0.036316 seconds and 4 git commands to generate.