$OpenBSD$
--- c/getline.c.orig	Sun Oct 23 18:07:08 2016
+++ c/getline.c	Sun Oct 23 18:07:36 2016
@@ -19,7 +19,7 @@ void new_buffers(void) {
     checkptr(buf2 = (char *) realloc(buf2, buf_size));
 }
 #line 47 "getline.nw"
-char *getline (FILE *fp) {
+char *nwgetline (FILE *fp) {
 
     
 #line 82 "getline.nw"
@@ -44,7 +44,7 @@ char *getline_expand (FILE *fp) {
     char *s, *t;
     int width;
 
-    if (getline(fp)==NULL) return NULL;
+    if (nwgetline(fp)==NULL) return NULL;
     
 #line 87 "getline.nw"
 if (columnwidth(buf1) > buf_size - 1) {
