aboutsummaryrefslogtreecommitdiffstats
path: root/community/netcdf/byteswap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/netcdf/byteswap.patch')
-rw-r--r--community/netcdf/byteswap.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/netcdf/byteswap.patch b/community/netcdf/byteswap.patch
deleted file mode 100644
index eb4305be6a6..00000000000
--- a/community/netcdf/byteswap.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Add forward declarations for byteswap8 & byteswap4.
-Author: Dennis Heimbigner
-Bug: https://github.com/Unidata/netcdf-c/issues/1687
-
-diff --git a/libdispatch/dfilter.c b/libdispatch/dfilter.c
-index 8938464..8efe591 100644
---- a/libdispatch/dfilter.c
-+++ b/libdispatch/dfilter.c
-@@ -20,6 +20,9 @@
- #include "hdf5internal.h"
- #endif
-
-+static void byteswap8(unsigned char*);
-+static void byteswap4(unsigned char*);
-+
- /*
- Unified filter related code
- */