summaryrefslogtreecommitdiffstats
path: root/abs/core/sg3_utils/stdint.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-24 02:46:55 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-24 02:46:55 (GMT)
commit61d3814f3177b1eb381c98aed3a74500a1972d96 (patch)
treefbde9cd4c26468f1553b72eb5837bed56d7df499 /abs/core/sg3_utils/stdint.patch
parentc7d741ab563fd489d280060ee45b7628d77420b7 (diff)
downloadlinhes_pkgbuild-61d3814f3177b1eb381c98aed3a74500a1972d96.zip
linhes_pkgbuild-61d3814f3177b1eb381c98aed3a74500a1972d96.tar.gz
linhes_pkgbuild-61d3814f3177b1eb381c98aed3a74500a1972d96.tar.bz2
sg3_utils: upgrade
Diffstat (limited to 'abs/core/sg3_utils/stdint.patch')
-rw-r--r--abs/core/sg3_utils/stdint.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core/sg3_utils/stdint.patch b/abs/core/sg3_utils/stdint.patch
new file mode 100644
index 0000000..8f8c5f5
--- /dev/null
+++ b/abs/core/sg3_utils/stdint.patch
@@ -0,0 +1,22 @@
+--- 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 <stdint.h>
++
+ #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 <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif