mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
openssh: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user