Magellan Linux

Annotation of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.22-qa.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2412 - (hide annotations) (download)
Mon Mar 3 14:45:58 2014 UTC (10 years, 3 months ago) by niro
File size: 525 byte(s)
-patches for cyrus-sasl-2.1.26
1 niro 2412 fix missing prototype warnings
2    
3     --- cyrus-sasl-2.1.22/lib/auxprop.c
4     +++ cyrus-sasl-2.1.22/lib/auxprop.c
5     @@ -43,6 +43,7 @@
6     */
7    
8     #include <config.h>
9     +#include <stdio.h>
10     #include <sasl.h>
11     #include <prop.h>
12     #include <ctype.h>
13     --- cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
14     +++ cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
15     @@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERF
16     ******************************************************************/
17    
18     #include <shadow.h>
19     +#include <string.h>
20    
21     extern char *crypt();
22