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

(-)a/configure.ac (+3 lines)
Lines 282-283 AC_CHECK_SIZEOF([long]) Link Here
282
282
283
dnl detect system-specific headers for major()/minor()
284
AC_HEADER_MAJOR
285
283
dnl Availability of various common functions (non-fatal if missing),
286
dnl Availability of various common functions (non-fatal if missing),
(-)a/src/conf/domain_audit.c (+7 lines)
Lines 28-29 Link Here
28
28
29
#ifdef MAJOR_IN_MKDEV
30
# include <sys/mkdev.h>
31
#endif
32
#ifdef MAJOR_IN_SYSMACROS
33
# include <sys/sysmacros.h>
34
#endif
35
29
#include "domain_audit.h"
36
#include "domain_audit.h"
(-)a/src/lxc/lxc_controller.c (+7 lines)
Lines 48-49 Link Here
48
48
49
#ifdef MAJOR_IN_MKDEV
50
# include <sys/mkdev.h>
51
#endif
52
#ifdef MAJOR_IN_SYSMACROS
53
# include <sys/sysmacros.h>
54
#endif
55
49
#include "virerror.h"
56
#include "virerror.h"
(-)a/src/lxc/lxc_driver.c (+7 lines)
Lines 38-39 Link Here
38
38
39
#ifdef MAJOR_IN_MKDEV
40
# include <sys/mkdev.h>
41
#endif
42
#ifdef MAJOR_IN_SYSMACROS
43
# include <sys/sysmacros.h>
44
#endif
45
39
#include "virerror.h"
46
#include "virerror.h"
(-)a/src/util/vircgroup.c (+8 lines)
Lines 31-32 Link Here
31
#endif
31
#endif
32
33
#ifdef MAJOR_IN_MKDEV
34
# include <sys/mkdev.h>
35
#endif
36
#ifdef MAJOR_IN_SYSMACROS
37
# include <sys/sysmacros.h>
38
#endif
39
32
#include <fcntl.h>
40
#include <fcntl.h>
(-)a/src/util/virutil.c (+7 lines)
Lines 68-69 Link Here
68
68
69
#ifdef MAJOR_IN_MKDEV
70
# include <sys/mkdev.h>
71
#endif
72
#ifdef MAJOR_IN_SYSMACROS
73
# include <sys/sysmacros.h>
74
#endif
75
69
#include "c-ctype.h"
76
#include "c-ctype.h"

Return to bug 579960