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> /*
