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

Collapse All | Expand All

(-)cpufreqd-2.4.2/src/cpufreqd.h (-1 / +7 lines)
Lines 54-59 Link Here
54
#define DEFAULT_VERBOSITY	3
54
#define DEFAULT_VERBOSITY	3
55
55
56
#define MAX_STRING_LEN		255
56
#define MAX_STRING_LEN		255
57
#define MAX_PATH_LEN		512
57
58
#ifdef HAVE_LIMITS_H
59
#include "limits.h"
60
#define MAX_PATH_LEN PATH_MAX
61
#else
62
#define MAX_PATH_LEN 512
63
#endif
58
64
59
#endif /* __CPUFREQD_H__ */
65
#endif /* __CPUFREQD_H__ */

Return to bug 318287