logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0003-include-unistd.h-for-kFreeBSD.patch (557B)


  1. From d27f3482cf46603d05d46bbc290ce6bb0f7ff210 Mon Sep 17 00:00:00 2001
  2. From: Aurelien Jarno <aurel32@debian.org>
  3. Date: Sat, 15 Jun 2019 18:13:11 -0700
  4. Subject: [PATCH] #include <unistd.h> for kFreeBSD
  5. ---
  6. unix/unxcfg.h | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/unix/unxcfg.h b/unix/unxcfg.h
  9. index e39b283..c98c3b9 100644
  10. --- a/unix/unxcfg.h
  11. +++ b/unix/unxcfg.h
  12. @@ -52,6 +52,7 @@
  13. #include <sys/types.h> /* off_t, time_t, dev_t, ... */
  14. #include <sys/stat.h>
  15. +#include <unistd.h>
  16. #ifdef NO_OFF_T
  17. typedef long zoff_t;
  18. --
  19. 2.20.1