Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37735249
en ru br
ALT Linux repositórios
S:7.1-alt3
D:7.1-alt0.1
5.0: 7.1-alt1
4.1: 7.0-alt1
4.0: 7.0-alt1
3.0: 5.21.4.10.8-alt2

Outros repositórios

Group :: Arquivamento/Gravação de CD
RPM: dvd+rw-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: dvd+rw-tools-7.0-gentoo-limitschange.patch
Download


diff -urNd dvd+rw-tools-7.0/dvd+rw-booktype.cpp dvd+rw-tools-7.0-changed/dvd+rw-booktype.cpp
--- dvd+rw-tools-7.0/dvd+rw-booktype.cpp	2006-06-24 05:21:48.000000000 -0400
+++ dvd+rw-tools-7.0-changed/dvd+rw-booktype.cpp	2007-10-19 23:40:25.000000000 -0400
@@ -27,7 +27,7 @@
 EOS
 exit
 #endif
-
+#include <limits.h>
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
diff -urNd dvd+rw-tools-7.0/dvd+rw-format.cpp dvd+rw-tools-7.0-changed/dvd+rw-format.cpp
--- dvd+rw-tools-7.0/dvd+rw-format.cpp	2006-09-18 07:41:13.000000000 -0400
+++ dvd+rw-tools-7.0-changed/dvd+rw-format.cpp	2007-10-19 23:40:50.000000000 -0400
@@ -70,7 +70,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-
+#include <limits.h>
 #if defined(__unix) || defined(__unix__)
 #include <sys/types.h>
 #include <sys/stat.h>
diff -urNd dvd+rw-tools-7.0/dvd+rw-mediainfo.cpp dvd+rw-tools-7.0-changed/dvd+rw-mediainfo.cpp
--- dvd+rw-tools-7.0/dvd+rw-mediainfo.cpp	2006-09-23 13:46:57.000000000 -0400
+++ dvd+rw-tools-7.0-changed/dvd+rw-mediainfo.cpp	2007-10-19 23:40:58.000000000 -0400
@@ -3,7 +3,7 @@
  *
  * This code is in public domain.
  */
-
+#include <limits.h>
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
diff -urNd dvd+rw-tools-7.0/dvd-ram-control.cpp dvd+rw-tools-7.0-changed/dvd-ram-control.cpp
--- dvd+rw-tools-7.0/dvd-ram-control.cpp	2004-07-08 07:05:56.000000000 -0400
+++ dvd+rw-tools-7.0-changed/dvd-ram-control.cpp	2007-10-19 23:42:01.000000000 -0400
@@ -1,3 +1,4 @@
+#include <limits.h>
 #include "transport.hxx"
 
 int main (int argc,char *argv[])
diff -urNd dvd+rw-tools-7.0/growisofs.c dvd+rw-tools-7.0-changed/growisofs.c
--- dvd+rw-tools-7.0/growisofs.c	2006-09-24 13:28:53.000000000 -0400
+++ dvd+rw-tools-7.0-changed/growisofs.c	2007-10-19 23:41:28.000000000 -0400
@@ -558,8 +558,8 @@
 
 
 #if defined(__linux)
-
 #include <linux/types.h>
+#include <limits.h>
 #include <linux/cdrom.h>
 #include <sys/ioctl.h>
 #include <sys/prctl.h>
diff -urNd dvd+rw-tools-7.0/growisofs_mmc.cpp dvd+rw-tools-7.0-changed/growisofs_mmc.cpp
--- dvd+rw-tools-7.0/growisofs_mmc.cpp	2006-09-23 08:45:49.000000000 -0400
+++ dvd+rw-tools-7.0-changed/growisofs_mmc.cpp	2007-10-19 23:41:39.000000000 -0400
@@ -13,7 +13,7 @@
 #define _GNU_SOURCE
 #endif
 #endif
-
+#include <limits.h>
 #include "transport.hxx"
 
 #include <time.h>
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009