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
404 B

  1. --- ./quik/quik.c.orig 2004-12-01 20:51:52.058945872 +0100
  2. +++ ./quik/quik.c 2004-12-01 20:52:16.825180832 +0100
  3. @@ -27,6 +27,13 @@
  4. #include <stdarg.h>
  5. #include <string.h>
  6. #include <stdlib.h>
  7. +
  8. +/* for linux-2.6.9, from linux/types.h */
  9. +# include <asm/types.h>
  10. +# ifndef pgoff_t
  11. +# define pgoff_t unsigned long
  12. +# endif
  13. +
  14. #include <linux/fs.h>
  15. #include "linux/ext2_fs.h"
  16. #include <sys/stat.h>