aboutsummaryrefslogtreecommitdiff
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 a0cdb542e6b3..000000000000
--- a/net-p2p/gnunet/files/patch-types.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/util/gcry/types.h.orig Mon Oct 6 20:17:50 2003
-+++ src/util/gcry/types.h Mon Oct 6 20:18:10 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;