$OpenBSD$
--- c/getline.h.orig	Sun Oct 23 18:09:35 2016
+++ c/getline.h	Sun Oct 23 18:09:25 2016
@@ -1,6 +1,6 @@
 char *getline_expand (FILE *fp);
   /* grab a line in buffer, return new buffer or NULL for eof
      tabs in line are expanded according to tabsize */
-char *getline (FILE *fp);
+char *nwgetline (FILE *fp);
   /* grab a line in the buffer, return a new buffer or NULL for eof
      no expansion of tabs */
