Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 153 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