You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
360 B

  1. --- a/libtransmission/fdlimit.c
  2. +++ b/libtransmission/fdlimit.c
  3. @@ -22,11 +22,6 @@
  4. #include <fcntl.h>
  5. #endif
  6. -#ifdef HAVE_FALLOCATE64
  7. - /* FIXME can't find the right #include voodoo to pick up the declaration.. */
  8. - extern int fallocate64 (int fd, int mode, uint64_t offset, uint64_t len);
  9. -#endif
  10. -
  11. #ifdef HAVE_XFS_XFS_H
  12. #include <xfs/xfs.h>
  13. #endif