summaryrefslogtreecommitdiff
path: root/audio/rio500/files/patch-include-libfon.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rio500/files/patch-include-libfon.h')
-rw-r--r--audio/rio500/files/patch-include-libfon.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rio500/files/patch-include-libfon.h b/audio/rio500/files/patch-include-libfon.h
deleted file mode 100644
index 174de6261ce3..000000000000
--- a/audio/rio500/files/patch-include-libfon.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/libfon.h.orig Tue Jan 17 14:07:33 2006
-+++ include/libfon.h Tue Jan 17 14:08:42 2006
-@@ -34,6 +34,9 @@
- #define MZ_HEADER_MAGIC 0x5a4d
- #define NE_HEADER_MAGIC 0x454e
-
-+#define bswap_16(x) (be16toh(x))
-+#define bswap_32(x) (be32toh(x))
-+
- typedef struct {
- uint16_t magic;
- uint16_t dummy[29]; /* MZ Header data that we want to skip */