1--- src/main.c.orig	2007-08-06 00:33:23.000000000 -0400
2+++ src/main.c	2010-02-23 15:06:03.000000000 -0500
3@@ -675,7 +675,7 @@
4 					fprintf(ttyout, "%s ", p);
5 			}
6 			(void)fflush(ttyout);
7-			num = getline(stdin, line, sizeof(line), NULL);
8+			num = get_line(stdin, line, sizeof(line), NULL);
9 			switch (num) {
10 			case -1:	/* EOF */
11 			case -2:	/* error */
12