[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:
12
net/openssh/patches/130-implicit_memset_decl_fix.patch
Normal file
12
net/openssh/patches/130-implicit_memset_decl_fix.patch
Normal 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
|
Reference in New Issue
Block a user