mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ipset: fix musl.
This commit is contained in:
parent
e74cc6b617
commit
d2b6ac98d1
1 changed files with 11 additions and 0 deletions
11
srcpkgs/ipset/patches/musl.patch
Normal file
11
srcpkgs/ipset/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/ipset.c.orig
|
||||||
|
+++ src/ipset.c
|
||||||
|
@@ -282,7 +282,7 @@
|
||||||
|
const struct ipset_arg *arg;
|
||||||
|
const char *optstr;
|
||||||
|
const struct ipset_type *t = type;
|
||||||
|
- u_int8_t revision = type->revision;
|
||||||
|
+ uint8_t revision = type->revision;
|
||||||
|
int ret = 0, i = 1;
|
||||||
|
|
||||||
|
/* Currently CREATE and ADT may have got additional arguments */
|
Loading…
Add table
Reference in a new issue