[packages] openssh: update to v5.2p1 (partially closes: #4780, thanks to puchu)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-04-27 23:36:04 +00:00
parent 9c7603b355
commit b8e63fb44a
4 changed files with 22 additions and 10 deletions

View File

@ -0,0 +1,12 @@
--- a/includes.h
+++ b/includes.h
@@ -56,6 +56,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