summarylogtreecommitdiffstats
path: root/h5public_extract.patch
diff options
context:
space:
mode:
authorGuilhem Saurel2019-07-27 12:18:45 +0200
committerGuilhem Saurel2019-07-27 12:18:45 +0200
commita5f790dbd75b53b2980c3a7879b54ca12fecc314 (patch)
treeb722d501e7cbb18551e14803659ff3446c5b81ec /h5public_extract.patch
parentbf35efd6af1c3e1b9a6c02f97f99a19f9e5905fa (diff)
downloadaur-a5f790dbd75b53b2980c3a7879b54ca12fecc314.tar.gz
remove obsolete patches
Diffstat (limited to 'h5public_extract.patch')
-rw-r--r--h5public_extract.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/h5public_extract.patch b/h5public_extract.patch
deleted file mode 100644
index dacd0bcb9637..000000000000
--- a/h5public_extract.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -aur med-3.0.8_SRC.pristine/include/H5public_extract.h.in med-3.0.8_SRC.new/include/H5public_extract.h.in
---- med-3.0.8_SRC.pristine/include/H5public_extract.h.in 2015-03-05 11:12:31.668511247 -0500
-+++ med-3.0.8_SRC.new/include/H5public_extract.h.in 2015-03-05 11:22:20.159242461 -0500
-@@ -24,13 +24,15 @@
-
- //Extraction depuis H5public.h.
-
-+%{
- @HDF5_TYPEDEF_HERR_T@
- @HDF5_TYPEDEF_HID_T@
- @HDF5_TYPEDEF_HSIZE_T@
--
--#typedef int herr_t;
--#typedef int hid_t;
--#typedef unsigned long long hsize_t;
-+%}
-+
-+typedef int herr_t;
-+typedef int hid_t;
-+typedef unsigned long long hsize_t;
-
- #ifdef __cplusplus
- }