From 09ed650beef5a853fc54e28130aca515eda2aa08 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 16 Jul 2003 05:27:36 +0000 Subject: Remove compiler warnings from freenet6 port When compiling the freenet6 port, some compiler warnings are generated. By including string.h they are removed. PR: ports/50217 Submitted by: root --- net/freenet6/files/patch5-string.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net/freenet6/files/patch5-string.h (limited to 'net/freenet6/files/patch5-string.h') diff --git a/net/freenet6/files/patch5-string.h b/net/freenet6/files/patch5-string.h new file mode 100644 index 000000000000..800b7f4a283f --- /dev/null +++ b/net/freenet6/files/patch5-string.h @@ -0,0 +1,25 @@ +*** log.c.org Sun Mar 23 16:41:11 2003 +--- log.c Sun Mar 23 16:42:54 2003 +*************** +*** 32,37 **** +--- 32,38 ---- + #include + #include + #include ++ #include + + #define LOG_IT + +*** xmltsp.c.org Sun Mar 23 16:41:06 2003 +--- xmltsp.c Sun Mar 23 16:41:29 2003 +*************** +*** 29,34 **** +--- 29,35 ---- + */ + #include + #include ++ #include + + #include "xmlparse.h" + + -- cgit v1.2.3