diff options
author | 2010-10-10 00:04:57 +0000 | |
---|---|---|
committer | 2010-10-10 00:04:57 +0000 | |
commit | 93cb65dd433971749202e61c481ebf19389d3b3e (patch) | |
tree | 86e5dc72230539265a6fb9a96ab23ffaec563627 /app-arch/cpio/files | |
parent | old (diff) | |
download | historical-93cb65dd433971749202e61c481ebf19389d3b3e.tar.gz historical-93cb65dd433971749202e61c481ebf19389d3b3e.tar.bz2 historical-93cb65dd433971749202e61c481ebf19389d3b3e.zip |
Add fix from upstream for cross-compiling #328531 by Jacob Godserv.
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'app-arch/cpio/files')
-rw-r--r-- | app-arch/cpio/files/cpio-2.11-stat.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-arch/cpio/files/cpio-2.11-stat.patch b/app-arch/cpio/files/cpio-2.11-stat.patch new file mode 100644 index 000000000000..dcd991e3f20c --- /dev/null +++ b/app-arch/cpio/files/cpio-2.11-stat.patch @@ -0,0 +1,25 @@ +http://bugs.gentoo.org/328531 + +From 3a7a1820d4cecbd77c7b74c785af5942510bf080 Mon Sep 17 00:00:00 2001 +From: Sergey Poznyakoff <gray@gnu.org.ua> +Date: Thu, 22 Jul 2010 13:13:34 +0300 +Subject: [PATCH] Minor fix. + +* src/filetypes.h: Remove declarations of stat and lstat. +--- + src/filetypes.h | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/src/filetypes.h b/src/filetypes.h +index f80faab..81f0c32 100644 +--- a/src/filetypes.h ++++ b/src/filetypes.h +@@ -81,5 +81,3 @@ + #ifndef S_ISLNK + #define lstat stat + #endif +-int lstat (); +-int stat (); +-- +1.7.3 + |