Author: glen Date: Sat Apr 26 17:14:31 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - <limits.h> for PATH_MAX
---- Files affected: SOURCES: kernel-PATH_MAX.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-PATH_MAX.patch diff -u /dev/null SOURCES/kernel-PATH_MAX.patch:1.1 --- /dev/null Sat Apr 26 19:14:31 2008 +++ SOURCES/kernel-PATH_MAX.patch Sat Apr 26 19:14:26 2008 @@ -0,0 +1,10 @@ +--- linux-2.6.18/scripts/mod/sumversion.c~ 2006-09-20 06:42:06.000000000 +0300 ++++ linux-2.6.18/scripts/mod/sumversion.c 2008-04-26 20:12:21.313662923 +0300 +@@ -7,6 +7,7 @@ + #include <ctype.h> + #include <errno.h> + #include <string.h> ++#include <limits.h> + #include "modpost.h" + + /* ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
