jer 15/06/11 04:21:44 Added: splint-3.1.2-musl.patch Log: Add sys-libs/musl patch (bug #550842 by Fredric Johansson). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 dev-util/splint/files/splint-3.1.2-musl.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/files/splint-3.1.2-musl.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/files/splint-3.1.2-musl.patch?rev=1.1&content-type=text/plain Index: splint-3.1.2-musl.patch =================================================================== --- a/src/osd.c +++ b/src/osd.c @@ -516,7 +516,7 @@ # if defined (WIN32) || defined (OS2) && defined (__IBMC__) int pid = _getpid (); # else - __pid_t pid = getpid (); + pid_t pid = getpid (); # endif return (int) pid;
