diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/available.c | 2 | ||||
-rw-r--r-- | daemon/base64.c | 2 | ||||
-rw-r--r-- | daemon/checksum.c | 2 | ||||
-rw-r--r-- | daemon/command.c | 2 | ||||
-rw-r--r-- | daemon/daemon.h | 2 | ||||
-rw-r--r-- | daemon/dd.c | 2 | ||||
-rw-r--r-- | daemon/debug.c | 2 | ||||
-rw-r--r-- | daemon/df.c | 2 | ||||
-rw-r--r-- | daemon/dir.c | 2 | ||||
-rw-r--r-- | daemon/du.c | 2 | ||||
-rw-r--r-- | daemon/ext2.c | 2 | ||||
-rw-r--r-- | daemon/file.c | 2 | ||||
-rw-r--r-- | daemon/fill.c | 2 | ||||
-rw-r--r-- | daemon/find.c | 2 | ||||
-rw-r--r-- | daemon/grep.c | 2 | ||||
-rw-r--r-- | daemon/headtail.c | 2 | ||||
-rw-r--r-- | daemon/initrd.c | 2 | ||||
-rw-r--r-- | daemon/inotify.c | 2 | ||||
-rw-r--r-- | daemon/is.c | 2 | ||||
-rw-r--r-- | daemon/mknod.c | 2 | ||||
-rw-r--r-- | daemon/proto.c | 2 | ||||
-rw-r--r-- | daemon/selinux.c | 2 | ||||
-rw-r--r-- | daemon/sleep.c | 2 | ||||
-rw-r--r-- | daemon/stat.c | 2 | ||||
-rw-r--r-- | daemon/statvfs.c | 2 | ||||
-rw-r--r-- | daemon/swap.c | 2 | ||||
-rw-r--r-- | daemon/tar.c | 2 | ||||
-rw-r--r-- | daemon/truncate.c | 2 | ||||
-rw-r--r-- | daemon/umask.c | 2 | ||||
-rw-r--r-- | daemon/upload.c | 2 | ||||
-rw-r--r-- | daemon/utimens.c | 2 | ||||
-rw-r--r-- | daemon/wc.c | 2 | ||||
-rw-r--r-- | daemon/xattr.c | 2 |
33 files changed, 33 insertions, 33 deletions
diff --git a/daemon/available.c b/daemon/available.c index 2a30cadf..17ce1b13 100644 --- a/daemon/available.c +++ b/daemon/available.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/base64.c b/daemon/base64.c index 1d2d1d0f..7e07a6ad 100644 --- a/daemon/base64.c +++ b/daemon/base64.c @@ -23,7 +23,7 @@ #include <string.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/checksum.c b/daemon/checksum.c index e12a8a89..7967f0c0 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -25,7 +25,7 @@ #include <fcntl.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/command.c b/daemon/command.c index 48bed2de..8ad5db5c 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/daemon.h b/daemon/daemon.h index e4e71597..6e9788a3 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -28,7 +28,7 @@ #include <rpc/types.h> #include <rpc/xdr.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /*-- in guestfsd.c --*/ extern int verbose; diff --git a/daemon/dd.c b/daemon/dd.c index c004d928..f08eb36e 100644 --- a/daemon/dd.c +++ b/daemon/dd.c @@ -23,7 +23,7 @@ #include <string.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/debug.c b/daemon/debug.c index b6d9f686..091e7410 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -28,7 +28,7 @@ #include <dirent.h> #include <sys/resource.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/df.c b/daemon/df.c index cce41a0e..a1ec706d 100644 --- a/daemon/df.c +++ b/daemon/df.c @@ -23,7 +23,7 @@ #include <string.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/dir.c b/daemon/dir.c index bc54d518..383acd20 100644 --- a/daemon/dir.c +++ b/daemon/dir.c @@ -25,7 +25,7 @@ #include <sys/stat.h> #include <sys/types.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/du.c b/daemon/du.c index 942a699a..7cf2f4a6 100644 --- a/daemon/du.c +++ b/daemon/du.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <inttypes.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/ext2.c b/daemon/ext2.c index b7ce627e..725352e3 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -24,7 +24,7 @@ #include <string.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "c-ctype.h" #include "actions.h" diff --git a/daemon/file.c b/daemon/file.c index c16a00a2..e3a3c30f 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -25,7 +25,7 @@ #include <fcntl.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/fill.c b/daemon/fill.c index 8686226f..d78e6eeb 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/find.c b/daemon/find.c index 535e46f6..626017d1 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -26,7 +26,7 @@ #include <limits.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/grep.c b/daemon/grep.c index 73e58dd3..09683ef8 100644 --- a/daemon/grep.c +++ b/daemon/grep.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/headtail.c b/daemon/headtail.c index 164f2b63..528cc090 100644 --- a/daemon/headtail.c +++ b/daemon/headtail.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/initrd.c b/daemon/initrd.c index 932564b8..3c960b2f 100644 --- a/daemon/initrd.c +++ b/daemon/initrd.c @@ -26,7 +26,7 @@ #include <fcntl.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/inotify.c b/daemon/inotify.c index d5a5a73e..807fb2f5 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -28,7 +28,7 @@ #include <sys/inotify.h> #endif -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/is.c b/daemon/is.c index 4a834f49..6f35489f 100644 --- a/daemon/is.c +++ b/daemon/is.c @@ -25,7 +25,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/mknod.c b/daemon/mknod.c index 2458a851..ee2d1ffa 100644 --- a/daemon/mknod.c +++ b/daemon/mknod.c @@ -26,7 +26,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/proto.c b/daemon/proto.c index 02ee6925..f3b1fc0e 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -38,7 +38,7 @@ #include "ignore-value.h" #include "daemon.h" -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /* The message currently being processed. */ int proc_nr; diff --git a/daemon/selinux.c b/daemon/selinux.c index e49e657b..0bf6fd23 100644 --- a/daemon/selinux.c +++ b/daemon/selinux.c @@ -26,7 +26,7 @@ #include <selinux/selinux.h> #endif -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/sleep.c b/daemon/sleep.c index 3b5d395d..6e133bd3 100644 --- a/daemon/sleep.c +++ b/daemon/sleep.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/stat.c b/daemon/stat.c index 0b3be4d9..e2453234 100644 --- a/daemon/stat.c +++ b/daemon/stat.c @@ -26,7 +26,7 @@ #include <fcntl.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/statvfs.c b/daemon/statvfs.c index cf37b96f..e5118e4b 100644 --- a/daemon/statvfs.c +++ b/daemon/statvfs.c @@ -36,7 +36,7 @@ #include <fsusage.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/swap.c b/daemon/swap.c index 5de6ba61..90778144 100644 --- a/daemon/swap.c +++ b/daemon/swap.c @@ -23,7 +23,7 @@ #include <string.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/tar.c b/daemon/tar.c index ce3ca786..072a5669 100644 --- a/daemon/tar.c +++ b/daemon/tar.c @@ -25,7 +25,7 @@ #include "read-file.h" -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/truncate.c b/daemon/truncate.c index c2da3828..2cc21b45 100644 --- a/daemon/truncate.c +++ b/daemon/truncate.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <sys/types.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/umask.c b/daemon/umask.c index db4a2f2f..1563c52e 100644 --- a/daemon/umask.c +++ b/daemon/umask.c @@ -26,7 +26,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/upload.c b/daemon/upload.c index 623ad3a1..c026af8c 100644 --- a/daemon/upload.c +++ b/daemon/upload.c @@ -27,7 +27,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/utimens.c b/daemon/utimens.c index e836b4e4..1da2169f 100644 --- a/daemon/utimens.c +++ b/daemon/utimens.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <sys/stat.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/wc.c b/daemon/wc.c index 43e28e0f..397d90ca 100644 --- a/daemon/wc.c +++ b/daemon/wc.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <fcntl.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/xattr.c b/daemon/xattr.c index 6d356faa..a5169cfb 100644 --- a/daemon/xattr.c +++ b/daemon/xattr.c @@ -21,7 +21,7 @@ #include <stdio.h> #include <unistd.h> -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" |