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

Collapse All | Expand All

(-)a/build/moz.configure/headers.configure (+4 lines)
Lines 57-62 check_headers( Link Here
57
check_header('sys/queue.h',
57
check_header('sys/queue.h',
58
             when=non_msvc_compiler)
58
             when=non_msvc_compiler)
59
59
60
# sys/sysmacros.h may be necessary for major()/minor() macros
61
check_header('sys/sysmacros.h',
62
             when=non_msvc_compiler)
63
60
check_headers(
64
check_headers(
61
    'sys/types.h',
65
    'sys/types.h',
62
    'netinet/in.h',
66
    'netinet/in.h',
(-)a/config/system-headers (+1 lines)
Lines 1055-1060 sys/statvfs.h Link Here
1055
sys/syscall.h
1055
sys/syscall.h
1056
sys/sysctl.h
1056
sys/sysctl.h
1057
sys/sysinfo.h
1057
sys/sysinfo.h
1058
sys/sysmacros.h
1058
sys/sysmp.h
1059
sys/sysmp.h
1059
sys/syssgi.h
1060
sys/syssgi.h
1060
sys/system_properties.h
1061
sys/system_properties.h
(-)a/xpcom/io/nsLocalFileUnix.cpp (-1 / +3 lines)
Lines 30-35 Link Here
30
#define BLOCK_SIZE 1024 /* kernel block size */
30
#define BLOCK_SIZE 1024 /* kernel block size */
31
#endif
31
#endif
32
#endif
32
#endif
33
#if defined(HAVE_SYS_SYSMACROS_H)
34
#include <sys/sysmacros.h>
35
#endif
33
36
34
#include "xpcom-private.h"
37
#include "xpcom-private.h"
35
#include "nsDirectoryServiceDefs.h"
38
#include "nsDirectoryServiceDefs.h"
36
- 

Return to bug 580184