diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 12:26:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 12:26:14 +0000 |
commit | 8248545e471a235af666565697bcca3bd479d904 (patch) | |
tree | e39b34bdf07a75074a3f55def96405b3771ae1a0 | |
parent | Update to 3.93. (diff) |
Make net/tintin++ building on -current. 1 down, 728 to go...
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70305
-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 |