3 Fix symbol name conflict with POSIX getline().
5 --- sformat/diskfmt.c Sat Jun 16 04:48:53 2012 -0400
6 +++ sformat/diskfmt.c Sat Jun 16 04:50:37 2012 -0400
10 printf("Enter filename for database prototype [proto.dat]: ");flush();
11 - (void)getline(name, sizeof(name));
12 + (void)get_line(name, sizeof(name));
14 strcpy(name, "proto.dat");
15 if (streql(name, "-"))