summaryrefslogtreecommitdiff
path: root/mail/procmail/patches/patch-ba
blob: 2f3170c323da76a57549d330dafcb7b2344e95c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ba,v 1.3 2014/09/04 07:37:44 wiz Exp $

Avoid conflict with existing getline() functions.

--- src/formail.c.orig	2009-07-17 23:04:16.000000000 -0400
+++ src/formail.c	2009-07-17 23:04:16.000000000 -0400
@@ -819,7 +819,7 @@
       { if(split)		       /* gobble up the next start separator */
 	 { buffilled=0;
 #ifdef sMAILBOX_SEPARATOR
-	   getline();buffilled=0;		 /* but only if it's defined */
+	   get_line();buffilled=0;		 /* but only if it's defined */
 #endif
 	   if(buflast!=EOF)					   /* if any */
 	      goto splitit;