~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/manager.c

  • Committer: Dustin Kirkland
  • Date: 2016-02-27 00:00:23 UTC
  • Revision ID: kirkland@ubuntu.com-20160227000023-h0e4oui5y1vbaurd
openingĀ 112

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <stdlib.h>
28
28
#include <string.h>
29
29
#include <sys/mman.h>
30
 
#include "config.h"
31
30
#include "../include/ecryptfs.h"
32
31
#include "../include/decision_graph.h"
33
32
#include "io.h"