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

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- usr/iscsi_sysfs.c.orig 2010-12-27 13:46:16.279293220 -0800
0
++ usr/iscsi_sysfs.c      2010-12-27 13:48:56.521680293 -0800
Lines 23-28 Link Here
23
#include <errno.h>
23
#include <errno.h>
24
#include <dirent.h>
24
#include <dirent.h>
25
25
26
/* Bug LP:600953 https://code.launchpad.net/bugs/600953 */
27
#include <sys/types.h>
28
#include <sys/stat.h>
29
/* end Bug LP:600953 */
30
26
#include "log.h"
31
#include "log.h"
27
#include "initiator.h"
32
#include "initiator.h"
28
#include "transport.h"
33
#include "transport.h"

Return to bug 349903