Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: porting.h
Date: Sun, 19 Oct 2008 20:36:33
Message-Id: E1Krf0p-0006cP-Iu@stork.gentoo.org
1 grobian 08/10/19 20:36:31
2
3 Modified: porting.h
4 Log:
5 Silence a warning
6
7 Revision Changes Path
8 1.32 pax-utils/porting.h
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/porting.h?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/porting.h?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/porting.h?r1=1.31&r2=1.32
13
14 Index: porting.h
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- porting.h 23 May 2007 22:27:27 -0000 1.31
21 +++ porting.h 19 Oct 2008 20:36:31 -0000 1.32
22 @@ -1,7 +1,7 @@
23 /*
24 * Copyright 2005-2007 Gentoo Foundation
25 * Distributed under the terms of the GNU General Public License v2
26 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.31 2007/05/23 22:27:27 solar Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.32 2008/10/19 20:36:31 grobian Exp $
28 *
29 * Copyright 2005-2007 Ned Ludd - <solar@g.o>
30 * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
31 @@ -33,6 +33,7 @@
32 #include <pwd.h>
33 #include <fnmatch.h>
34 #include <regex.h>
35 +#include <alloca.h>
36
37 #include <sys/mman.h>
38 #include "elf.h"