From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../sg3_utils/files/sg3_utils-1.26-stdint.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create 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 new file mode 100644 index 000000000000..a82ab6add9a4 --- /dev/null +++ b/sys-apps/sg3_utils/files/sg3_utils-1.26-stdint.patch @@ -0,0 +1,31 @@ +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 + +--- include/sg_cmds_basic.h 2008/06/26 23:27:40 1.1 ++++ include/sg_cmds_basic.h 2008/06/26 23:28:06 +@@ -30,6 +30,8 @@ + * + */ + ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif +--- include/sg_cmds_extra.h 2008/06/26 23:27:40 1.1 ++++ include/sg_cmds_extra.h 2008/06/26 23:29:02 +@@ -30,6 +30,8 @@ + * + */ + ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif -- cgit v1.2.3