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

Collapse All | Expand All

(-)a/main.c (+2 lines)
Lines 133-139 Link Here
133
	char *base;
133
	char *base;
134
	void *addr = NULL;
134
	void *addr = NULL;
135
	char temp_str[PATH_MAX];
135
	char temp_str[PATH_MAX];
136
#ifdef HAVE_SETRLIMIT
136
	struct rlimit rlp;
137
	struct rlimit rlp;
138
#endif
137
#ifdef CAN_MMAP
139
#ifdef CAN_MMAP
138
	struct stat sb;
140
	struct stat sb;
139
#endif
141
#endif

Return to bug 406895