diff --git a/srcpkgs/ipset/patches/musl.patch b/srcpkgs/ipset/patches/musl.patch new file mode 100644 index 00000000000..eb82c2a6041 --- /dev/null +++ b/srcpkgs/ipset/patches/musl.patch @@ -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 */