Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/cpio/files: cpio-2.11-stat.patch
Date: Sun, 10 Oct 2010 01:03:28
Message-Id: 20101010000458.0DDEE2004E@flycatcher.gentoo.org
1 vapier 10/10/10 00:04:58
2
3 Added: cpio-2.11-stat.patch
4 Log:
5 Add fix from upstream for cross-compiling #328531 by Jacob Godserv.
6
7 (Portage version: 2.2_rc86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-arch/cpio/files/cpio-2.11-stat.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/files/cpio-2.11-stat.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cpio/files/cpio-2.11-stat.patch?rev=1.1&content-type=text/plain
14
15 Index: cpio-2.11-stat.patch
16 ===================================================================
17 http://bugs.gentoo.org/328531
18
19 From 3a7a1820d4cecbd77c7b74c785af5942510bf080 Mon Sep 17 00:00:00 2001
20 From: Sergey Poznyakoff <gray@×××××××.ua>
21 Date: Thu, 22 Jul 2010 13:13:34 +0300
22 Subject: [PATCH] Minor fix.
23
24 * src/filetypes.h: Remove declarations of stat and lstat.
25 ---
26 src/filetypes.h | 2 --
27 1 files changed, 0 insertions(+), 2 deletions(-)
28
29 diff --git a/src/filetypes.h b/src/filetypes.h
30 index f80faab..81f0c32 100644
31 --- a/src/filetypes.h
32 +++ b/src/filetypes.h
33 @@ -81,5 +81,3 @@
34 #ifndef S_ISLNK
35 #define lstat stat
36 #endif
37 -int lstat ();
38 -int stat ();
39 --
40 1.7.3