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

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- a/src/cpufreqd.h
0
++ b/src/cpufreqd.h
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