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.

67 lines
1.7 KiB

  1. --- ./dvd+rw-booktype.cpp.orig 2007-11-05 22:16:24.000000000 +0000
  2. +++ ./dvd+rw-booktype.cpp 2007-11-05 22:16:31.000000000 +0000
  3. @@ -28,6 +28,7 @@
  4. exit
  5. #endif
  6. +#include <limits.h>
  7. #include <stdio.h>
  8. #include <stddef.h>
  9. #include <stdlib.h>
  10. --- ./dvd+rw-format.cpp.orig 2007-11-05 22:16:06.000000000 +0000
  11. +++ ./dvd+rw-format.cpp 2007-11-05 22:16:14.000000000 +0000
  12. @@ -67,6 +67,7 @@
  13. * - Blu-ray Disc support;
  14. * - Mac OS X 10>=2 support;
  15. */
  16. +#include <limits.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <string.h>
  20. --- ./dvd+rw-mediainfo.cpp.orig 2007-11-05 22:16:41.000000000 +0000
  21. +++ ./dvd+rw-mediainfo.cpp 2007-11-05 22:16:46.000000000 +0000
  22. @@ -4,6 +4,7 @@
  23. * This code is in public domain.
  24. */
  25. +#include <limits.h>
  26. #include <stdio.h>
  27. #include <stddef.h>
  28. #include <stdlib.h>
  29. --- ./dvd-ram-control.cpp.orig 2007-11-05 22:16:56.000000000 +0000
  30. +++ ./dvd-ram-control.cpp 2007-11-05 22:17:03.000000000 +0000
  31. @@ -1,3 +1,4 @@
  32. +#include <limits.h>
  33. #include "transport.hxx"
  34. int main (int argc,char *argv[])
  35. --- ./growisofs.c.orig 2007-11-05 22:13:39.000000000 +0000
  36. +++ ./growisofs.c 2007-11-05 22:14:00.000000000 +0000
  37. @@ -410,6 +410,7 @@
  38. # define perror _mask_perror
  39. #endif
  40. +#include <limits.h>
  41. #include <stdio.h>
  42. #include <stdlib.h>
  43. #include <time.h>
  44. --- ./growisofs_mmc.cpp.orig 2007-11-05 22:14:17.000000000 +0000
  45. +++ ./growisofs_mmc.cpp 2007-11-05 22:17:27.000000000 +0000
  46. @@ -14,6 +14,7 @@
  47. #endif
  48. #endif
  49. +#include <limits.h>
  50. #include "transport.hxx"
  51. #include <time.h>
  52. --- ./transport.hxx.orig 2007-11-05 22:43:39.000000000 +0000
  53. +++ ./transport.hxx 2007-11-05 22:43:49.000000000 +0000
  54. @@ -7,6 +7,7 @@
  55. //
  56. #if defined(__unix) || defined(__unix__)
  57. +#include <limits.h>
  58. #include <stdio.h>
  59. #include <stdlib.h>
  60. #include <unistd.h>