diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2024-02-10 20:43:41 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-10 14:58:13 -0800 |
commit | e3b2caae05ae60c35fb8ace153c0bf01a11e87ad (patch) | |
tree | 1549044a558e2d263fdfe5a08df6bfa5198881df /net/tgt/patches | |
parent | 0bdec78a8b0cf81e3c106e44c0f527f2e4b6eefe (diff) |
tgt: update to 1.0.90
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/tgt/patches')
-rw-r--r-- | net/tgt/patches/100-musl-compat.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tgt/patches/100-musl-compat.patch b/net/tgt/patches/100-musl-compat.patch index 3d142c216..8c6f59138 100644 --- a/net/tgt/patches/100-musl-compat.patch +++ b/net/tgt/patches/100-musl-compat.patch @@ -13,9 +13,9 @@ #define NR_SCSI_OPCODES 256 --- a/usr/util.h +++ b/usr/util.h -@@ -16,6 +16,10 @@ - #include <limits.h> - #include <linux/types.h> +@@ -20,6 +20,10 @@ + #include <sys/types.h> + #include <sys/stat.h> +#ifndef __WORDSIZE +#include <sys/reg.h> |