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

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 41-46 dnl ********************************** Link Here
41
dnl *** Check for standard headers ***
41
dnl *** Check for standard headers ***
42
dnl **********************************
42
dnl **********************************
43
AC_HEADER_STDC()
43
AC_HEADER_STDC()
44
AC_CHECK_HEADERS([sys/sysmacros.h])
44
AC_CHECK_LIBM
45
AC_CHECK_LIBM
45
AC_SUBST(LIBM)
46
AC_SUBST(LIBM)
46
47
(-)a/panel-plugin/devperf.c (-1 / +3 lines)
Lines 35-40 Link Here
35
#include <sys/time.h>
35
#include <sys/time.h>
36
/* for major() and minor() */
36
/* for major() and minor() */
37
#define _BSD_SOURCE
37
#define _BSD_SOURCE
38
#ifdef HAVE_SYS_SYSMACROS_H
39
#include <sys/sysmacros.h>
40
#endif
38
#include <sys/types.h>
41
#include <sys/types.h>
39
42
40
43
41
- 

Return to bug 611418