sysconf returns long

This commit is contained in:
David Hill 2012-08-28 19:50:01 -04:00
parent 3b3c4e31f3
commit 0d5bc34d2b

View file

@ -1068,7 +1068,8 @@ char *
expand_tilde(const char *s) expand_tilde(const char *s)
{ {
struct passwd *ppwd; struct passwd *ppwd;
int i, max; int i;
long max;
char *user; char *user;
const char *sc = s; const char *sc = s;
char *result; char *result;