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.

50 lines
1.5 KiB

  1. --- ./misc/filefrag.c.orig 2004-06-26 13:03:48.820773848 +0200
  2. +++ ./misc/filefrag.c 2004-06-26 13:04:05.359259616 +0200
  3. @@ -37,6 +37,7 @@
  4. #include <sys/stat.h>
  5. #include <sys/vfs.h>
  6. #include <sys/ioctl.h>
  7. +#include <linux/compiler.h>
  8. #include <linux/fd.h>
  9. int verbose = 0;
  10. --- ./lib/ext2fs/getsectsize.c.orig 2004-06-26 13:00:49.114093416 +0200
  11. +++ ./lib/ext2fs/getsectsize.c 2004-06-26 13:01:01.369230352 +0200
  12. @@ -23,6 +23,7 @@
  13. #include <fcntl.h>
  14. #ifdef HAVE_LINUX_FD_H
  15. #include <sys/ioctl.h>
  16. +#include <linux/compiler.h>
  17. #include <linux/fd.h>
  18. #endif
  19. --- ./lib/ext2fs/getsize.c.orig 2004-06-26 13:00:11.821762712 +0200
  20. +++ ./lib/ext2fs/getsize.c 2004-06-26 13:00:37.192905712 +0200
  21. @@ -25,6 +25,7 @@
  22. #include <fcntl.h>
  23. #ifdef HAVE_LINUX_FD_H
  24. #include <sys/ioctl.h>
  25. +#include <linux/compiler.h>
  26. #include <linux/fd.h>
  27. #endif
  28. #ifdef HAVE_SYS_DISKLABEL_H
  29. --- ./lib/ext2fs/ismounted.c.orig 2004-06-26 13:01:16.740893504 +0200
  30. +++ ./lib/ext2fs/ismounted.c 2004-06-26 13:01:28.160157512 +0200
  31. @@ -18,6 +18,7 @@
  32. #endif
  33. #include <fcntl.h>
  34. #ifdef HAVE_LINUX_FD_H
  35. +#include <linux/compiler.h>
  36. #include <linux/fd.h>
  37. #endif
  38. #ifdef HAVE_MNTENT_H
  39. --- ./lib/blkid/getsize.c.orig 2004-06-26 13:02:54.825982304 +0200
  40. +++ ./lib/blkid/getsize.c 2004-06-26 13:03:06.989133224 +0200
  41. @@ -22,6 +22,7 @@
  42. #include <fcntl.h>
  43. #ifdef HAVE_LINUX_FD_H
  44. #include <sys/ioctl.h>
  45. +#include <linux/compiler.h>
  46. #include <linux/fd.h>
  47. #endif /* HAVE_LINUX_FD_H */
  48. #ifdef HAVE_SYS_DISKLABEL_H