summaryrefslogtreecommitdiff
path: root/mail/procmail/patches/patch-bd
blob: b2f1a1f2d5691965386d56102cd9a157c9beeca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bd,v 1.2 2012/03/12 13:22:17 fhajny Exp $

--- src/formisc.c.orig	2009-07-17 23:04:16.000000000 -0400
+++ src/formisc.c	2009-07-17 23:04:16.000000000 -0400
@@ -115,7 +115,7 @@
   buf[buffilled++]=c;
 }
 
-int getline P((void))			   /* read a newline-terminated line */
+int get_line P((void))			   /* read a newline-terminated line */
 { if(buflast==EOF)			 /* at the end of our Latin already? */
    { loadchar('\n');					  /* fake empty line */
      return EOF;					  /* spread the word */