diff options
Diffstat (limited to '')
-rw-r--r-- | net/tintin++/files/patch-antisub.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tintin++/files/patch-antisub.c b/net/tintin++/files/patch-antisub.c new file mode 100644 index 000000000000..07b8da2700dd --- /dev/null +++ b/net/tintin++/files/patch-antisub.c @@ -0,0 +1,15 @@ +--- antisub.c.orig Sun Nov 17 13:26:33 2002 ++++ antisub.c Sun Nov 17 13:26:43 2002 +@@ -6,12 +6,8 @@ + /* coded by peter unold 1992 */ + /*********************************************************************/ + #include "tintin.h" +-#ifdef HAVE_STRING_H +-#include <string.h> +-#else + #ifdef HAVE_STRINGS_H + #include <strings.h> +-#endif + #endif + + #ifdef HAVE_STDLIB_H |