Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/netplug/files: netplug-1.2.9-warn_unused_result_write_call.patch
Date: Mon, 27 May 2013 19:12:55
Message-Id: 20130527191248.AC9462171D@flycatcher.gentoo.org
1 jer 13/05/27 19:12:48
2
3 Modified: netplug-1.2.9-warn_unused_result_write_call.patch
4 Log:
5 Fix patch (bug #471466 by Daniel Gulotta).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch?r1=1.1&r2=1.2
15
16 Index: netplug-1.2.9-warn_unused_result_write_call.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- netplug-1.2.9-warn_unused_result_write_call.patch 1 Mar 2009 19:58:56 -0000 1.1
23 +++ netplug-1.2.9-warn_unused_result_write_call.patch 27 May 2013 19:12:48 -0000 1.2
24 @@ -1,5 +1,5 @@
25 ---- ../netplug-1.2.9_orig/main.c 2005-01-08 06:57:09.000000000 +0100
26 -+++ main.c 2009-02-07 11:30:37.017300663 +0100
27 +--- a/main.c 2005-01-08 06:57:09.000000000 +0100
28 ++++ b/main.c 2009-02-07 11:30:37.017300663 +0100
29 @@ -155,13 +155,22 @@
30 {
31 struct child_exit ce;