1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

patchfile is no longer needed

Noted by:	pav
Feature safe:	yes
This commit is contained in:
Oliver Lehmann 2011-12-11 19:14:22 +00:00
parent dfec9ef948
commit 7c91da3b76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287209

View File

@ -1,15 +0,0 @@
--- ./sqwebmail/showmsg2html.c.orig 2011-04-29 11:57:03.000000000 +0200
+++ ./sqwebmail/showmsg2html.c 2011-04-29 11:57:26.000000000 +0200
@@ -14,6 +14,12 @@
#include <string.h>
#include <errno.h>
+void error(const char *p)
+{
+ fprintf(stderr, "%s\n", p);
+ exit(1);
+}
+
void rfc2045_error(const char *p)
{
fprintf(stderr, "%s\n", p);