Parcourir la source

strongswan: refresh musl compatibility fixes

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth il y a 9 ans
Parent
révision
9bf0217f2f
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7
    1
      net/strongswan/patches/101-musl-fixes.patch

+ 7
- 1
net/strongswan/patches/101-musl-fixes.patch Voir le fichier

@@ -10,7 +10,7 @@
10 10
  
11 11
 --- /dev/null
12 12
 +++ b/src/libstrongswan/musl.h
13
-@@ -0,0 +1,27 @@
13
+@@ -0,0 +1,33 @@
14 14
 +#include <sys/types.h>
15 15
 +
16 16
 +#define crypt x_crypt
@@ -22,6 +22,9 @@
22 22
 +#define off_t x_off_t
23 23
 +#define loff_t x_loff_t
24 24
 +#define dev_t x_dev_t
25
++#define mode_t x_mode_t
26
++#define uid_t x_uid_t
27
++#define gid_t x_gid_t
25 28
 +#define nlink_t x_nlink_t
26 29
 +#define timer_t x_timer_t
27 30
 +#define blkcnt_t x_blkcnt_t
@@ -33,6 +36,9 @@
33 36
 +#undef ino_t
34 37
 +#undef off_t
35 38
 +#undef dev_t
39
++#undef mode_t
40
++#undef uid_t
41
++#undef gid_t
36 42
 +#undef nlink_t
37 43
 +#undef timer_t
38 44
 +#undef blkcnt_t