Magellan Linux

Contents of /trunk/openssh/patches/openssh-4.6p1-include-string-header.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 283 byte(s)
-import

1 http://bugzilla.mindrot.org/show_bug.cgi?id=1294
2
3 --- includes.h
4 +++ includes.h
5 @@ -52,6 +52,9 @@
6 #ifdef HAVE_PATHS
7 # include <paths.h>
8 #endif
9 +#ifdef HAVE_STRING_H
10 +# include <string.h>
11 +#endif
12
13 /*
14 *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively