pkgsrc/mail/procmail/patches/patch-bd
fhajny 1297842c11 Fix the SunOS do-install target to be DESTDIR compatible.
Fix the patch files to contain proper RCS keywords.
2012-03-12 13:22:16 +00:00

13 lines
508 B
Text

$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 */