Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ecryptfs-utils/files: ecryptfs-utils-73-fix_implicit_declarations.patch
Date: Sun, 29 Mar 2009 17:08:31
Message-Id: E1LnyUm-0007ls-S6@stork.gentoo.org
1 arfrever 09/03/29 17:08:28
2
3 Added: ecryptfs-utils-73-fix_implicit_declarations.patch
4 Log:
5 Version bump (bug #246762).
6 (Portage version: 13244-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-fs/ecryptfs-utils/files/ecryptfs-utils-73-fix_implicit_declarations.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ecryptfs-utils/files/ecryptfs-utils-73-fix_implicit_declarations.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ecryptfs-utils/files/ecryptfs-utils-73-fix_implicit_declarations.patch?rev=1.1&content-type=text/plain
13
14 Index: ecryptfs-utils-73-fix_implicit_declarations.patch
15 ===================================================================
16 --- src/key_mod/ecryptfs_key_mod_gpg.c
17 +++ src/key_mod/ecryptfs_key_mod_gpg.c
18 @@ -18,6 +18,7 @@
19 * 02111-1307, USA.
20 */
21
22 +#include "config.h"
23 #include <fcntl.h>
24 #include <pwd.h>
25 #include <stdio.h>
26 @@ -29,7 +30,6 @@
27 #include <gpgme.h>
28 #include <sys/types.h>
29 #include <sys/stat.h>
30 -#include "config.h"
31 #include "../include/ecryptfs.h"
32 #include "../include/decision_graph.h"
33
34 --- src/key_mod/ecryptfs_key_mod_pkcs11_helper.c
35 +++ src/key_mod/ecryptfs_key_mod_pkcs11_helper.c
36 @@ -20,6 +20,7 @@
37 * 02111-1307, USA.
38 */
39
40 +#include "config.h"
41 #include <fcntl.h>
42 #include <pwd.h>
43 #include <stdio.h>
44 @@ -28,11 +29,12 @@
45 #include <errno.h>
46 #include <stdlib.h>
47 #include <unistd.h>
48 +#include <openssl/err.h>
49 +#include <openssl/pem.h>
50 #include <openssl/x509.h>
51 #include <sys/types.h>
52 #include <sys/stat.h>
53 #include <pkcs11-helper-1.0/pkcs11h-certificate.h>
54 -#include "config.h"
55 #include "../include/ecryptfs.h"
56 #include "../include/decision_graph.h"