cyrus-sasl-2.1.22-qa.patch 525 B

1234567891011121314151617181920212223
  1. fix missing prototype warnings
  2. --- cyrus-sasl-2.1.22/lib/auxprop.c
  3. +++ cyrus-sasl-2.1.22/lib/auxprop.c
  4. @@ -43,6 +43,7 @@
  5. */
  6. #include <config.h>
  7. +#include <stdio.h>
  8. #include <sasl.h>
  9. #include <prop.h>
  10. #include <ctype.h>
  11. --- cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
  12. +++ cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c
  13. @@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERF
  14. ******************************************************************/
  15. #include <shadow.h>
  16. +#include <string.h>
  17. extern char *crypt();