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:
parent
dfec9ef948
commit
7c91da3b76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287209
@ -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);
|
Loading…
Reference in New Issue
Block a user