patch-support_include_conffile_h 726 B

1234567891011121314151617181920
  1. --- nfs-utils-1.3.0.orig/support/include/conffile.h 2014-03-25 16:12:07.000000000 +0100
  2. +++ nfs-utils-1.3.0/support/include/conffile.h 2014-05-17 21:52:16.997590916 +0200
  3. @@ -33,7 +33,7 @@
  4. #ifndef _CONFFILE_H_
  5. #define _CONFFILE_H_
  6. -#include <sys/queue.h>
  7. +#include "queue.h"
  8. #include <ctype.h>
  9. struct conf_list_node {
  10. @@ -49,7 +49,7 @@ struct conf_list {
  11. extern char *conf_path;
  12. extern int conf_begin(void);
  13. -extern int conf_decode_base64(u_int8_t *, u_int32_t *, u_char *);
  14. +extern int conf_decode_base64(uint8_t *, uint32_t *, unsigned char *);
  15. extern int conf_end(int, int);
  16. extern void conf_free_list(struct conf_list *);
  17. extern struct sockaddr *conf_get_address(char *, char *);