diff --git a/package/rene/libcss/linux-prio_tree_h.patch b/package/rene/libcss/linux-prio_tree_h.patch new file mode 100644 index 000000000..16b9bdcd9 --- /dev/null +++ b/package/rene/libcss/linux-prio_tree_h.patch @@ -0,0 +1,16 @@ +--- ./src/css_cat.c.orig 2004-12-05 06:21:37.364185640 +0100 ++++ ./src/css_cat.c 2004-12-05 06:22:23.249210056 +0100 +@@ -208,6 +208,13 @@ + * + */ + ++ ++/* for linux-2.6.9, from linux/types.h */ ++# include ++# ifndef pgoff_t ++# define pgoff_t unsigned long ++# endif ++ + #include + + int path_to_lba (char *p)