~serge-hallyn/ubuntu/quantal/lxc/lxc-fixapi

« back to all changes in this revision

Viewing changes to src/lxc/state.c

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mto: (1.1.4 upstream) (3.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-vexhggdo6x9cpwtk
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <errno.h>
27
27
#include <unistd.h>
28
28
#include <sys/types.h>
29
 
#include <sys/types.h>
 
29
#include <sys/socket.h>
30
30
#include <sys/param.h>
31
31
#include <sys/stat.h>
32
32
#include <sys/file.h>