1 diff -Nur thttpd-2.25b.orig/extras/htpasswd.c thttpd-2.25b/extras/htpasswd.c
2 --- thttpd-2.25b.orig/extras/htpasswd.c 2001-12-19 02:08:08.000000000 +0200
3 +++ thttpd-2.25b/extras/htpasswd.c 2010-04-11 14:43:31.037809054 +0300
5 while((line[y++] = line[x++]));
8 -static int getline(char *s, int n, FILE *f) {
9 +static int get_line(char *s, int n, FILE *f) {
17 - while(!(getline(line,MAX_STRING_LEN,f))) {
18 + while(!(get_line(line,MAX_STRING_LEN,f))) {
19 if(found || (line[0] == '#') || (!line[0])) {