mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
336 B

  1. --- ./src/css_cat.c.orig 2004-12-05 06:21:37.364185640 +0100
  2. +++ ./src/css_cat.c 2004-12-05 06:22:23.249210056 +0100
  3. @@ -208,6 +208,13 @@
  4. *
  5. */
  6. +
  7. +/* for linux-2.6.9, from linux/types.h */
  8. +# include <asm/types.h>
  9. +# ifndef pgoff_t
  10. +# define pgoff_t unsigned long
  11. +# endif
  12. +
  13. #include <linux/fs.h>
  14. int path_to_lba (char *p)