Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libbufr/files: libbufr-000360-gcc-includes.patch
Date: Tue, 28 Dec 2010 03:20:50
Message-Id: 20101228032041.4BAAE20057@flycatcher.gentoo.org
1 nerdboy 10/12/28 03:20:41
2
3 Added: libbufr-000360-gcc-includes.patch
4 Log:
5 Updated with some minor QA fixes for bug 349458.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: libbufr-000360-gcc-includes.patch
16 ===================================================================
17 --- examples/bufr_decode.c.orig 2008-09-17 03:02:39.000000000 -0700
18 +++ examples/bufr_decode.c 2010-12-27 19:03:57.000000000 -0800
19 @@ -7,9 +7,9 @@
20 * See LICENSE and gpl-3.0.txt for details.
21 */
22
23 -#include "stdio.h"
24 -#include "stdlib.h"
25 -
26 +#include <stdio.h>
27 +#include <stdlib.h>
28 +#include <string.h>
29
30
31 int main(int argc, char *argv[])