]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/strlcat.h
not included in OpenSSH distribution anymore
[gssapi-openssh.git] / openssh / openbsd-compat / strlcat.h
diff --git a/openssh/openbsd-compat/strlcat.h b/openssh/openbsd-compat/strlcat.h
deleted file mode 100644 (file)
index 02fbc39..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $Id$ */
-
-#ifndef _BSD_STRLCAT_H
-#define _BSD_STRLCAT_H
-
-#include "config.h"
-#ifndef HAVE_STRLCAT
-#include <sys/types.h>
-size_t strlcat(char *dst, const char *src, size_t siz);
-#endif /* !HAVE_STRLCAT */
-
-#endif /* _BSD_STRLCAT_H */
This page took 0.062218 seconds and 4 git commands to generate.