Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 21 years ago
parent
commit
789243a92d
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      package/rene/libcss/linux-prio_tree_h.patch

+ 16
- 0
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 <asm/types.h>
+# ifndef pgoff_t
+# define pgoff_t unsigned long
+# endif
+
#include <linux/fs.h>
int path_to_lba (char *p)

Loading…
Cancel
Save