You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/open-isns/files/open-isns-0.97-musl.patch

12 lines
268 B

--- ./include/libisns/util.h.orig
+++ ./include/libisns/util.h
@@ -114,6 +114,6 @@
# define ntohll(x) __bswap_64(x)
# endif
# else
-# include <sys/endian.h>
+# include <endian.h>
# define htonll(x) htobe64(x)
# define ntohll(x) be64toh(x)
# endif