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

Collapse All | Expand All

(-)a/libkms/linux.c (+1 lines)
Lines 44-49 Link Here
44
#ifdef HAVE_SYS_MKDEV_H
44
#ifdef HAVE_SYS_MKDEV_H
45
#include <sys/mkdev.h>
45
#include <sys/mkdev.h>
46
#endif
46
#endif
47
#include <sys/sysmacros.h>
47
48
48
#include "libdrm_macros.h"
49
#include "libdrm_macros.h"
49
#include "internal.h"
50
#include "internal.h"
(-)a/xf86drm.c (+1 lines)
Lines 58-63 Link Here
58
# include <sys/mkdev.h> /* defines major(), minor(), and makedev() on Solaris */
58
# include <sys/mkdev.h> /* defines major(), minor(), and makedev() on Solaris */
59
#endif
59
#endif
60
#include <math.h>
60
#include <math.h>
61
#include <sys/sysmacros.h>
61
62
62
/* Not all systems have MAP_FAILED defined */
63
/* Not all systems have MAP_FAILED defined */
63
#ifndef MAP_FAILED
64
#ifndef MAP_FAILED

Return to bug 575206