2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 18:58:53 +00:00

Change header inclusion path

This commit is contained in:
dlezcano
2008-09-04 10:09:53 +00:00
parent d6cfdf433c
commit b113348ebd
25 changed files with 27 additions and 26 deletions

View File

@@ -30,7 +30,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
static int dir_filter(const struct dirent *dirent)
{

View File

@@ -29,7 +29,7 @@
#include <errno.h>
#include <sys/param.h>
#include <lxc.h>
#include <lxc/lxc.h>
#include "monitor.h"
static int dir_filter(const struct dirent *dirent)

View File

@@ -36,7 +36,7 @@
#include <sys/file.h>
#include <sys/mount.h>
#include <lxc.h>
#include <lxc/lxc.h>
LXC_TTY_HANDLER(SIGINT);
LXC_TTY_HANDLER(SIGQUIT);

View File

@@ -31,7 +31,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include <lxc.h>
#include <lxc/lxc.h>
static int freeze_unfreeze(const char *name, int freeze)
{

View File

@@ -31,7 +31,7 @@
#include <fcntl.h>
#include <sys/param.h>
#include <lxc.h>
#include <lxc/lxc.h>
int lxc_kill(const char *name, int signum)
{

View File

@@ -36,7 +36,7 @@
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include <lxc/lxc.h>
#define MAXPRIOLEN 24
#define MTAB "/etc/mtab"

View File

@@ -43,7 +43,7 @@
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include <lxc/lxc.h>
#include <network.h>
#define MAXHWLEN 18

View File

@@ -32,7 +32,7 @@
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include <lxc/lxc.h>
typedef int (*file_cb)(char* buffer, void *data);
typedef int (*config_cb)(char *value, struct lxc_conf *lxc_conf);

View File

@@ -24,7 +24,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
int main(int argc, char *argv[])
{

View File

@@ -31,8 +31,8 @@
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include "lxc_config.h"
#include <lxc/lxc.h>
#include <lxc/lxc_config.h>
void usage(char *cmd)
{

View File

@@ -25,7 +25,7 @@
#include <libgen.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -26,7 +26,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -26,7 +26,7 @@
#include <libgen.h>
#include <string.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -25,7 +25,7 @@
#include <libgen.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -24,7 +24,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
int main(int argc, char *argv[])
{

View File

@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <sys/file.h>
#include <lxc.h>
#include <lxc/lxc.h>
int lxc_get_lock(const char *name)
{

View File

@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -32,7 +32,7 @@
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -31,7 +31,7 @@
#include <sys/stat.h>
#include <sys/file.h>
#include <lxc.h>
#include <lxc/lxc.h>
#include "monitor.h"
static char *strstate[] = {

View File

@@ -25,7 +25,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -25,7 +25,7 @@
#include <libgen.h>
#include <sys/types.h>
#include <lxc.h>
#include <lxc/lxc.h>
void usage(char *cmd)
{

View File

@@ -34,7 +34,8 @@
#include <sys/un.h>
#include <netinet/in.h>
#include <net/if.h>
#include <lxc.h>
#include <lxc/lxc.h>
#ifndef UNIX_PATH_MAX
#define UNIX_PATH_MAX 108

View File

@@ -36,7 +36,7 @@
#include <sys/prctl.h>
#include <sys/wait.h>
#include <lxc.h>
#include <lxc/lxc.h>
LXC_TTY_HANDLER(SIGINT);
LXC_TTY_HANDLER(SIGQUIT);

View File

@@ -31,7 +31,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <lxc.h>
#include <lxc/lxc.h>
int lxc_stop(const char *name)
{