diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-01 14:02:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-01 14:02:50 +0000 |
commit | c5b01783fc28be330755e63b450dccb9ec8c3e2f (patch) | |
tree | 4191912e2782be752da554463c6384d7cd220a55 /lang/embryo/files/patch-embyro_cc_amx.h | |
parent | Upgrade to 0.9.10.007. (diff) |
Upgrade to 0.9.1.007.
Notes
Notes:
svn path=/head/; revision=136600
Diffstat (limited to 'lang/embryo/files/patch-embyro_cc_amx.h')
-rw-r--r-- | lang/embryo/files/patch-embyro_cc_amx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/embryo/files/patch-embyro_cc_amx.h b/lang/embryo/files/patch-embyro_cc_amx.h deleted file mode 100644 index 223a8b7c517f..000000000000 --- a/lang/embryo/files/patch-embyro_cc_amx.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/bin/embryo_cc_amx.h.orig Sun Aug 15 22:58:59 2004 -+++ src/bin/embryo_cc_amx.h Sun Aug 15 22:59:15 2004 -@@ -32,10 +32,7 @@ - * here, these types are probably undefined. - */ - # ifndef HAVE_STDINT_H --typedef short int int16_t; --typedef unsigned short int uint16_t; --typedef int int32_t; --typedef unsigned int uint32_t; -+#include <sys/types.h> - # endif - #endif - |