Przeglądaj źródła

vnstat: fix musl compatibility

Signed-off-by: Peter Ivanov <pivanov@hotmail.com>
Peter Ivanov 9 lat temu
rodzic
commit
192884514f
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10
    0
      net/vnstat/patches/100-musl-compat.patch

+ 10
- 0
net/vnstat/patches/100-musl-compat.patch Wyświetl plik

@@ -0,0 +1,10 @@
1
+--- a/src/common.h
2
++++ b/src/common.h
3
+@@ -22,6 +22,7 @@
4
+ #include <pwd.h>
5
+ #include <grp.h>
6
+ #include <libgen.h>
7
++#include <fcntl.h>
8
+ 
9
+ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__)
10
+ #include <sys/param.h>