Pārlūkot izejas kodu

vnstat: fix musl compatibility

Signed-off-by: Peter Ivanov <pivanov@hotmail.com>
Peter Ivanov 9 gadus atpakaļ
vecāks
revīzija
192884514f
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10
    0
      net/vnstat/patches/100-musl-compat.patch

+ 10
- 0
net/vnstat/patches/100-musl-compat.patch Parādīt failu

@@ -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>