30-include-fixes.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --- a/include/afpfs-ng/dsi.h 2012-02-23 10:02:07.062734160 +0100
  2. +++ b/include/afpfs-ng/dsi.h 2012-02-23 10:09:46.297111254 +0100
  3. @@ -2,7 +2,7 @@
  4. #ifndef __DSI_H_
  5. #define __DSI_H_
  6. -#include "afpfs-ng/afp.h"
  7. +#include "afp.h"
  8. struct dsi_request
  9. {
  10. --- a/include/afpfs-ng/map_def.h 2012-02-23 10:02:07.062734160 +0100
  11. +++ b/include/afpfs-ng/map_def.h 2012-02-23 10:11:32.769953053 +0100
  12. @@ -1,7 +1,7 @@
  13. #ifndef __MAP_H_
  14. #define __MAP_H_
  15. -#include "afpfs-ng/afp.h"
  16. +#include "afp.h"
  17. #define AFP_MAPPING_UNKNOWN 0
  18. #define AFP_MAPPING_COMMON 1
  19. --- a/include/afpfs-ng/midlevel.h 2012-02-23 10:02:07.062734160 +0100
  20. +++ b/include/afpfs-ng/midlevel.h 2012-02-23 10:12:40.519943675 +0100
  21. @@ -2,7 +2,7 @@
  22. #define __MIDLEVEL_H_
  23. #include <utime.h>
  24. -#include "afpfs-ng/afp.h"
  25. +#include "afp.h"
  26. int ml_open(struct afp_volume * volume, const char *path, int flags,
  27. struct afp_file_info **newfp);
  28. --- a/include/afpfs-ng/utils.h 2012-02-23 10:14:42.212332892 +0100
  29. +++ b/include/afpfs-ng/utils.h 2012-02-23 10:14:51.116069525 +0100
  30. @@ -2,7 +2,7 @@
  31. #define __UTILS_H_
  32. #include <stdio.h>
  33. -#include "afpfs-ng/afp.h"
  34. +#include "afp.h"
  35. #if BYTE_ORDER == BIG_ENDIAN
  36. #define hton64(x) (x)