]> git.pld-linux.org Git - packages/cpio.git/blame - cpio-ifdef.patch
up to 2.15
[packages/cpio.git] / cpio-ifdef.patch
CommitLineData
a329c181
JB
1--- cpio-2.11/lib/system.h.orig 2010-03-10 10:27:14.000000000 +0100
2+++ cpio-2.11/lib/system.h 2010-04-01 20:11:55.744993924 +0200
3@@ -17,7 +17,7 @@
4 along with this program; if not, write to the Free Software Foundation,
5 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
6
7-#if HAVE_CONFIG_H
8+#ifdef HAVE_CONFIG_H
9 # include <config.h>
10 #endif
11
12--- cpio-2.11/lib/sysdep.c.orig 2010-03-10 10:27:14.000000000 +0100
13+++ cpio-2.11/lib/sysdep.c 2010-04-01 20:12:02.508993924 +0200
14@@ -21,7 +21,7 @@
15 along with GNU cpiio. If not, see <http://www.gnu.org/licenses/>. */
16
17
18-#if HAVE_CONFIG_H
19+#ifdef HAVE_CONFIG_H
20 # include <config.h>
21 #endif
22
This page took 0.065303 seconds and 4 git commands to generate.