patch-src_cache_c 419 B

123456789101112131415161718
  1. --- davfs2-1.4.7.orig/src/cache.c 2012-07-19 13:26:00.000000000 +0200
  2. +++ davfs2-1.4.7/src/cache.c 2014-01-01 20:01:21.000000000 +0100
  3. @@ -24,7 +24,6 @@
  4. #include <dirent.h>
  5. #endif
  6. #include <errno.h>
  7. -#include <error.h>
  8. #ifdef HAVE_FCNTL_H
  9. #include <fcntl.h>
  10. #endif
  11. @@ -55,7 +54,6 @@
  12. #ifdef HAVE_SYS_TYPES_H
  13. #include <sys/types.h>
  14. #endif
  15. -#include <sys/xattr.h>
  16. #include <ne_alloc.h>
  17. #include <ne_string.h>