patch-include_libbb_h 456 B

123456789101112131415161718
  1. --- busybox-1.15.2.orig/include/libbb.h Thu Oct 8 03:04:16 2009
  2. +++ busybox-1.15.2/include/libbb.h Sat Dec 19 12:42:57 2009
  3. @@ -48,6 +48,7 @@
  4. #define PATH_MAX 256
  5. #endif
  6. +#if !(defined __APPLE__ || defined __FreeBSD__ || defined __MirBSD__ )
  7. #ifdef HAVE_MNTENT_H
  8. #include <mntent.h>
  9. #endif
  10. @@ -61,6 +62,7 @@
  11. #include <selinux/context.h>
  12. #include <selinux/flask.h>
  13. #include <selinux/av_permissions.h>
  14. +#endif
  15. #endif
  16. #if ENABLE_LOCALE_SUPPORT