Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/paw/files: paw-2.14.04-missing-headers.patch paw-2.14.04-glibc-2.10.patch
Date: Fri, 11 Sep 2009 02:19:53
Message-Id: E1Mlvjr-0000tp-W6@stork.gentoo.org
1 bicatali 09/09/11 02:19:51
2
3 Added: paw-2.14.04-missing-headers.patch
4 paw-2.14.04-glibc-2.10.patch
5 Log:
6 Fixed glibc bug #275020, thanks Andrew Savchenko, and add missing header
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-physics/paw/files/paw-2.14.04-missing-headers.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/files/paw-2.14.04-missing-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/files/paw-2.14.04-missing-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: paw-2.14.04-missing-headers.patch
16 ===================================================================
17 --- src/pawlib/comis/deccc/cs_hlshl.c.orig 2009-09-10 01:14:51.000000000 +0100
18 +++ src/pawlib/comis/deccc/cs_hlshl.c 2009-09-10 01:16:19.000000000 +0100
19 @@ -61,7 +61,7 @@
20 #endif
21
22 #include <sys/time.h>
23 -
24 +#include <stdlib.h>
25 #include <signal.h>
26 #include <string.h>
27
28
29
30
31 1.1 sci-physics/paw/files/paw-2.14.04-glibc-2.10.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/files/paw-2.14.04-glibc-2.10.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/files/paw-2.14.04-glibc-2.10.patch?rev=1.1&content-type=text/plain
35
36 Index: paw-2.14.04-glibc-2.10.patch
37 ===================================================================
38 --- src/pawlib/paw/cpaw/bugrep.c.orig 2009-07-13 00:38:38.000000000 +0400
39 +++ src/pawlib/paw/cpaw/bugrep.c 2009-07-13 08:47:54.934308924 +0400
40 @@ -20,6 +20,8 @@
41 * Paw
42 *
43 */
44 +#define _POSIX_SOURCE
45 +
46 #include "paw/pilot.h"
47 #if defined(CERNLIB_BUGREPORT)
48 /*CMZ : 2.07/19 21/11/95 18.17.13 by Unknown*/