summaryrefslogtreecommitdiff
path: root/mail/smtpfeed/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpfeed/patches/patch-ad')
-rw-r--r--mail/smtpfeed/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/smtpfeed/patches/patch-ad b/mail/smtpfeed/patches/patch-ad
deleted file mode 100644
index 427b655f0a2..00000000000
--- a/mail/smtpfeed/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/07/23 15:00:41 taca Exp $
-
---- common.h.orig 2002-01-20 23:20:44.000000000 +0900
-+++ common.h
-@@ -425,3 +425,9 @@
- #endif
- };
- typedef union SockAddrUnion SockAddr;
-+
-+#ifdef __STDC__
-+#define P(c) c
-+#else
-+#define P(c)
-+#endif