~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to src/mds/locks.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-05 10:07:38 UTC
  • mfrom: (1.1.7) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120205100738-00s0bxx93mamy8tk
Tags: 0.41-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#define true  1
6
6
 
7
7
#include <netinet/in.h>
 
8
#if defined(__linux__)
8
9
#include <linux/types.h>
 
10
#elif defined(__FreeBSD__)
 
11
#include <sys/types.h>
 
12
#include "include/inttypes.h"
 
13
#endif
9
14
#include <string.h>
10
15
#include <fcntl.h>
11
16