public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udftools/files: udftools-1.0.0b-limits_h.patch
@ 2010-09-01 14:00 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-01 14:00 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/01 14:00:31

  Added:                udftools-1.0.0b-limits_h.patch
  Log:
  Fix building with recent linux-headers wrt #335511 by Diego E. Pettenò.
  
  (Portage version: 2.2_rc69/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch?rev=1.1&content-type=text/plain

Index: udftools-1.0.0b-limits_h.patch
===================================================================
http://bugs.gentoo.org/335511

--- cdrwtool/cdrwtool.c
+++ cdrwtool/cdrwtool.c
@@ -31,6 +31,7 @@
 #include <sys/ioctl.h>
 #include <asm/param.h>
 
+#include <limits.h> /* INT_MAX */
 #include <linux/cdrom.h>
 
 #include "cdrwtool.h"
--- pktsetup/pktsetup.c
+++ pktsetup/pktsetup.c
@@ -26,6 +26,7 @@
 #include <bits/types.h>
 #include <sys/types.h>
 
+#include <limits.h> /* INT_MAX */
 #include <linux/cdrom.h>
 
 /*






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udftools/files: udftools-1.0.0b-limits_h.patch
@ 2015-05-12  5:02 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-05-12  5:02 UTC (permalink / raw
  To: gentoo-commits

vapier      15/05/12 05:02:08

  Modified:             udftools-1.0.0b-limits_h.patch
  Log:
  Pull in stdlib.h for system prototype.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.2                  sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch?r1=1.1&r2=1.2

Index: udftools-1.0.0b-limits_h.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udftools/files/udftools-1.0.0b-limits_h.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udftools-1.0.0b-limits_h.patch	1 Sep 2010 14:00:31 -0000	1.1
+++ udftools-1.0.0b-limits_h.patch	12 May 2015 05:02:08 -0000	1.2
@@ -12,11 +12,12 @@
  #include "cdrwtool.h"
 --- pktsetup/pktsetup.c
 +++ pktsetup/pktsetup.c
-@@ -26,6 +26,7 @@
+@@ -26,6 +26,8 @@
  #include <bits/types.h>
  #include <sys/types.h>
  
 +#include <limits.h> /* INT_MAX */
++#include <stdlib.h> /* system */
  #include <linux/cdrom.h>
  
  /*





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-12  5:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 14:00 [gentoo-commits] gentoo-x86 commit in sys-fs/udftools/files: udftools-1.0.0b-limits_h.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-12  5:02 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox