~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/manager.c

  • Committer: Dustin Kirkland
  • Date: 2009-02-13 15:57:24 UTC
  • Revision ID: kirkland@canonical.com-20090213155724-1q3qz2o0cbyimu9x
debian/ubuntu packaging

Initial checkin of the Debian/Ubuntu packaging

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
#include <errno.h>
 
23
#include <gcrypt.h>
23
24
#include <getopt.h>
24
 
#include <sys/types.h>
25
25
#include <keyutils.h>
26
26
#include <stdio.h>
27
27
#include <stdlib.h>
28
28
#include <string.h>
29
29
#include <sys/mman.h>
 
30
#include "config.h"
30
31
#include "../include/ecryptfs.h"
31
32
#include "../include/decision_graph.h"
32
33
#include "io.h"