Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369615 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- xen-3.4.2/tools/blktap/drivers/blk_linux.c.orig     2010-08-25 07:22:07.000000000 -0300
0
++ xen-3.4.2/tools/blktap/drivers/blk_linux.c          2011-06-12 01:21:03.564445475 -0200
Lines 1-6 Link Here
1
#include <inttypes.h>
1
#include <inttypes.h>
2
#include <sys/ioctl.h>
2
#include <sys/ioctl.h>
3
#include <linux/fs.h>
3
#include <sys/mount.h>
4
#include "tapdisk.h"
4
#include "tapdisk.h"
5
#include "blk.h"
5
#include "blk.h"
(-)xen-3.4.2/tools/blktap/drivers/blktapctrl.c.orig (+1 lines)
Lines 41-46 Link Here
41
#include <errno.h>
41
#include <errno.h>
42
#include <sys/types.h>
42
#include <sys/types.h>
43
#include <sys/wait.h>
43
#include <sys/wait.h>
44
#include <sys/stat.h>
44
#include <signal.h>
45
#include <signal.h>
45
#include <fcntl.h>
46
#include <fcntl.h>
46
#include <sys/poll.h>
47
#include <sys/poll.h>
(-)xen-3.4.2/tools/blktap/drivers/block-qcow2.c.orig (+1 lines)
Lines 30-35 Link Here
30
#include <stdio.h>
30
#include <stdio.h>
31
#include <stdlib.h>
31
#include <stdlib.h>
32
#include <string.h>
32
#include <string.h>
33
#include <sys/stat.h>
33
34
34
#include "tapdisk.h"
35
#include "tapdisk.h"
35
#include "tapaio.h"
36
#include "tapaio.h"

Return to bug 369615