Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 614948
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/utils/blkmapd/device-discovery.c    2017-01-12 08:21:39.000000000 -0700
0
++ b/utils/blkmapd/device-discovery.c   2017-04-07 14:05:49.122574157 -0600
Lines 33-38 Link Here
33
#include <sys/select.h>
33
#include <sys/select.h>
34
#include <sys/inotify.h>
34
#include <sys/inotify.h>
35
#include <linux/kdev_t.h>
35
#include <linux/kdev_t.h>
36
#include <sys/sysmacros.h>
36
#include <scsi/scsi.h>
37
#include <scsi/scsi.h>
37
#include <scsi/scsi_ioctl.h>
38
#include <scsi/scsi_ioctl.h>
38
#include <scsi/sg.h>
39
#include <scsi/sg.h>
39
-- a/utils/blkmapd/dm-device.c   2017-01-12 08:21:39.000000000 -0700
40
++ b/utils/blkmapd/dm-device.c  2017-04-07 14:06:02.058558532 -0600
Lines 28-33 Link Here
28
#include <sys/types.h>
28
#include <sys/types.h>
29
#include <sys/stat.h>
29
#include <sys/stat.h>
30
#include <linux/kdev_t.h>
30
#include <linux/kdev_t.h>
31
#include <sys/sysmacros.h>
31
#include <stdio.h>
32
#include <stdio.h>
32
#include <stdlib.h>
33
#include <stdlib.h>

Return to bug 614948