]> git.pld-linux.org Git - packages/ecryptfs-utils.git/blob - ecryptfs-utils-84-fgetc.patch
- rel 2; patches from fc
[packages/ecryptfs-utils.git] / ecryptfs-utils-84-fgetc.patch
1 diff -up ecryptfs-utils-84/src/utils/mount.ecryptfs_private.c.fgetc ecryptfs-utils-84/src/utils/mount.ecryptfs_private.c
2 --- ecryptfs-utils-84/src/utils/mount.ecryptfs_private.c.fgetc  2011-01-11 10:44:20.000000000 +0100
3 +++ ecryptfs-utils-84/src/utils/mount.ecryptfs_private.c        2011-01-11 10:44:32.000000000 +0100
4 @@ -88,7 +88,8 @@ char *fetch_sig(char *pw_dir, int entry)
5  /* Read ecryptfs signature from file and validate
6   * Return signature as a string, or NULL on failure
7   */
8 -       char *sig_file, c;
9 +       char *sig_file;
10 +       int c;
11         FILE *fh;
12         char *sig;
13         int i;
This page took 0.063875 seconds and 3 git commands to generate.