diff options
Diffstat (limited to 'mail/distribute/patches')
-rw-r--r-- | mail/distribute/patches/patch-ab | 8 | ||||
-rw-r--r-- | mail/distribute/patches/patch-ac | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/mail/distribute/patches/patch-ab b/mail/distribute/patches/patch-ab index eccdf1b9525..18776a43b10 100644 --- a/mail/distribute/patches/patch-ab +++ b/mail/distribute/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.2 1999/12/26 17:20:33 itojun Exp $ +$NetBSD: patch-ab,v 1.3 2000/02/13 19:39:51 fredb Exp $ --- config.h.orig Sun Sep 14 09:25:53 1997 +++ config.h Sun Sep 14 09:26:01 1997 -@@ -86,6 +86,8 @@ - * Other set-ups +@@ -97,8 +97,10 @@ + * this default should be set to 'goold-old-time' default value. */ +#if 0 @@ -11,3 +11,5 @@ $NetBSD: patch-ab,v 1.2 1999/12/26 17:20:33 itojun Exp $ # define _PATH_SENDMAIL "/usr/lib/sendmail" /* default */ +#endif #endif + + #endif diff --git a/mail/distribute/patches/patch-ac b/mail/distribute/patches/patch-ac index 1ea1f36e72b..0cbc303de4a 100644 --- a/mail/distribute/patches/patch-ac +++ b/mail/distribute/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.2 1999/12/26 17:20:33 itojun Exp $ +$NetBSD: patch-ac,v 1.3 2000/02/13 19:39:51 fredb Exp $ ---- distribute.c.orig Sun Sep 14 09:26:57 1997 -+++ distribute.c Sun Sep 14 09:27:09 1997 -@@ -37,7 +37,8 @@ - #include <unistd.h> - #include <string.h> +--- distribute.c.orig Sun Feb 13 13:32:22 2000 ++++ distribute.c Sun Feb 13 13:33:08 2000 +@@ -49,7 +49,8 @@ + #define index strchr + #endif -#if defined(__bsdi__) /* may be wrong -- we need to use NET/2 def.*/ +/* may be wrong -- we need to use NET/2 def.*/ |