~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to src/utils/gen_key.c

  • Committer: Dustin Kirkland
  • Date: 2009-02-03 08:18:53 UTC
  • Revision ID: git-v1:b0090ac8d4f626339d7f8ca5681934d5e68dac3e
make most of the code compatible with -Werror

Thanks to Michal Hlavinka for the patch.  This has been on my
to-do list for a while now!

Patch retrieved from:
https://bugzilla.redhat.com/show_bug.cgi?id=479762

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 02111-1307, USA.
19
19
 */
20
20
 
 
21
#include "config.h"
21
22
#include <unistd.h>
22
23
#include <sys/stat.h>
23
24
#include <sys/types.h>
27
28
#include <termios.h>
28
29
#include <string.h>
29
30
#include <errno.h>
30
 
#include "config.h"
31
31
#include "ecryptfs.h"
32
32
#include "io.h"
33
33