~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/libecryptfs/cmd_ln_parser.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:
19
19
 * 02111-1307, USA.
20
20
 */
21
21
 
 
22
#include "config.h"
22
23
#ifndef S_SPLINT_S
23
24
#include <sys/types.h>
24
25
#include <sys/stat.h>
33
34
#include <errno.h>
34
35
#include <stdlib.h>
35
36
#include <pwd.h>
36
 
#include "config.h"
37
37
#include "../include/ecryptfs.h"
38
38
 
39
39
#define MAX_TOK_LEN 128