Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 449730
Collapse All | Expand All

(-)tolower.c (+4 lines)
Lines 21-26 Link Here
21
#include <sys/types.h>
21
#include <sys/types.h>
22
#include <dirent.h>
22
#include <dirent.h>
23
23
24
#ifndef WIN32
25
#  include <limits.h>
26
#endif
27
24
// Option variables
28
// Option variables
25
int upper, recurse, verbose, ignore, force, ignMixed;
29
int upper, recurse, verbose, ignore, force, ignMixed;
26
// char *expr;
30
// char *expr;

Return to bug 449730