openssh: import from packages

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner
2014-06-16 11:40:09 +02:00
parent 7fedc0c35b
commit fe62d146fa
8 changed files with 484 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/includes.h
+++ b/includes.h
@@ -59,6 +59,9 @@
/*
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively
*/
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif