summaryrefslogtreecommitdiff
path: root/mail/popper/files/patch-popauth.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/popper/files/patch-popauth.c
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/popper/files/patch-popauth.c')
-rw-r--r--mail/popper/files/patch-popauth.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/popper/files/patch-popauth.c b/mail/popper/files/patch-popauth.c
deleted file mode 100644
index cb5d02993af6..000000000000
--- a/mail/popper/files/patch-popauth.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- popauth.c.orig Tue Aug 12 04:39:27 2003
-+++ popauth.c Tue Aug 12 04:39:31 2003
-@@ -97,7 +97,7 @@
- #endif
- (void) vfprintf(stderr, fmt, ap);
- (void) fprintf(stderr, "\n");
-- va_end(fmt);
-+ va_end(ap);
- exit(1);
- /*NOTREACHED*/
- }