Author: glen Date: Thu Apr 2 23:52:44 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - include linux/fadvise.h for POSIX_FADV_NOREUSE
---- Files affected: SOURCES: suspend-fadvise.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/suspend-fadvise.patch diff -u /dev/null SOURCES/suspend-fadvise.patch:1.1 --- /dev/null Fri Apr 3 01:52:45 2009 +++ SOURCES/suspend-fadvise.patch Fri Apr 3 01:52:39 2009 @@ -0,0 +1,10 @@ +--- BUILD/suspend/load.c~ 2008-08-10 23:50:19.000000000 +0300 ++++ BUILD/suspend/load.c 2009-04-03 02:51:34.005631709 +0300 +@@ -23,6 +23,7 @@ + #include <stdlib.h> + #include <string.h> + #include <errno.h> ++#include <linux/fadvise.h> + #ifdef CONFIG_COMPRESS + #include <lzo/lzo1x.h> + #endif ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
