From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- .../sg3_utils/files/sg3_utils-1.26-stdint.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch (limited to 'sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch') diff --git a/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch b/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch deleted file mode 100644 index 62fb30240e10..000000000000 --- a/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Ed Catmur -Gentoo-Bug: 229653 -X-Gentoo-URL: http://bugs.gentoo.org/show_bug.cgi?id=229653 -X-Gentoo-URL: http://bugs.gentoo.org/attachment.cgi?id=158565&action=view -Signed-off-by: Robin H. Johnson - -For uint64_t to be available, must be included: -http://www.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html - ---- a/include/sg_cmds_basic.h -+++ b/include/sg_cmds_basic.h -@@ -30,6 +30,8 @@ - * - */ - -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif ---- a/include/sg_cmds_extra.h -+++ b/include/sg_cmds_extra.h -@@ -30,6 +30,8 @@ - * - */ - -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif -- cgit v1.2.3