Author: pluto Date: Fri Oct 3 22:53:47 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - add missed prototypes for mem*fns().
---- Files affected: SOURCES: tcptrack-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/tcptrack-gcc4.patch diff -u /dev/null SOURCES/tcptrack-gcc4.patch:1.1 --- /dev/null Sat Oct 4 00:53:47 2008 +++ SOURCES/tcptrack-gcc4.patch Sat Oct 4 00:53:41 2008 @@ -0,0 +1,10 @@ +--- tcptrack-1.3.0/src/util.cc.orig 2006-11-08 15:58:18.000000000 +0000 ++++ tcptrack-1.3.0/src/util.cc 2008-10-03 22:47:53.000000000 +0000 +@@ -21,6 +21,7 @@ + */ + #include "util.h" + #include <stdio.h> ++#include <string.h> + #include "headers.h" + #ifdef HAVE_HASH_MAP + # include <hash_map> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
