summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/files/patch-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet/files/patch-types.h')
-rw-r--r--net-p2p/gnunet/files/patch-types.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/gnunet/files/patch-types.h b/net-p2p/gnunet/files/patch-types.h
deleted file mode 100644
index d7c28b652a75..000000000000
--- a/net-p2p/gnunet/files/patch-types.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/include/util/gcry/types.h.orig Fri Aug 22 09:57:16 2003
-+++ src/include/util/gcry/types.h Fri Aug 22 09:57:24 2003
-@@ -48,12 +48,6 @@
- #define HAVE_BYTE_TYPEDEF
- #endif
-
--#ifndef HAVE_USHORT_TYPEDEF
-- #undef ushort /* maybe there is a macro with this name */
-- typedef unsigned short ushort;
-- #define HAVE_USHORT_TYPEDEF
--#endif
--
- #ifndef HAVE_ULONG_TYPEDEF
- #undef ulong /* maybe there is a macro with this name */
- typedef unsigned long ulong;