summaryrefslogtreecommitdiff
path: root/mail/distribute/patches/patch-ac
blob: 1ea1f36e72b5568bf6fed564f294b9d3f681a58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.2 1999/12/26 17:20:33 itojun 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>
 
-#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__) || defined(__NetBSD__)
 # include <paths.h>		/* for sendmail path */
 #endif