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.

11 lines
387 B

  1. diff -ru libcap-ng-0.7.4.orig/src/cap-ng.c libcap-ng-0.7.4/src/cap-ng.c
  2. --- libcap-ng-0.7.4.orig/src/cap-ng.c 2014-04-24 15:41:43.000000000 -0300
  3. +++ libcap-ng-0.7.4/src/cap-ng.c 2015-04-15 08:45:10.783335463 -0300
  4. @@ -34,6 +34,7 @@
  5. #include <stdarg.h>
  6. #include <errno.h>
  7. #include <fcntl.h>
  8. +#include <endian.h>
  9. #include <byteswap.h>
  10. #ifdef HAVE_SYSCALL_H
  11. #include <sys/syscall.h>