1 --- thttpd-2.25b/extras/htpasswd.c.old 2010-04-28 17:23:40.000000000 +0100
2 +++ thttpd-2.25b/extras/htpasswd.c 2010-04-28 17:24:00.000000000 +0100
4 while((line[y++] = line[x++]));
7 -static int getline(char *s, int n, FILE *f) {
8 +static int ht_getline(char *s, int n, FILE *f) {
16 - while(!(getline(line,MAX_STRING_LEN,f))) {
17 + while(!(ht_getline(line,MAX_STRING_LEN,f))) {
18 if(found || (line[0] == '#') || (!line[0])) {