~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to daemons/clvmd/clvmd-common.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "configure.h"
22
22
 
 
23
#define _REENTRANT
23
24
#define _GNU_SOURCE
24
25
#define _FILE_OFFSET_BITS 64
25
26
 
26
27
#include "libdevmapper.h"
27
 
 
28
28
#include "lvm-logging.h"
29
29
 
30
30
#include <unistd.h>
31
 
#include <sys/stat.h>
32
31
 
33
32
#endif