diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-01 12:57:38 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-01 12:57:38 +0000 |
| commit | f87915589a7b0db1f12f3781ce358fcbfce35c60 (patch) | |
| tree | 835962362ec0b9d66821b3ebdfc921b6a2e6e173 /mail/distribute/files/patch-ac | |
| parent | de5f17688c28fdeaaf2cbad694981da41c307d1a (diff) | |
Mail dispatcher for mailing list. Fits nicely with majordomo.
Original port created by: itojun
Will be maintained by: kuriyama
Diffstat (limited to 'mail/distribute/files/patch-ac')
| -rw-r--r-- | mail/distribute/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/distribute/files/patch-ac b/mail/distribute/files/patch-ac new file mode 100644 index 000000000000..07c9d893eb63 --- /dev/null +++ b/mail/distribute/files/patch-ac @@ -0,0 +1,12 @@ +--- 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> + +-#if defined(__bsdi__) /* may be wrong -- we need to use NET/2 def.*/ ++/* may be wrong -- we need to use NET/2 def.*/ ++#if defined(__bsdi__) || defined(__FreeBSD__) + # include <paths.h> /* for sendmail path */ + #endif + |
