freebsd-ports/mail/distribute/files/patch-ac
Jun Kuriyama f87915589a Mail dispatcher for mailing list. Fits nicely with majordomo.
Original port created by:       itojun
Will be maintained by:          kuriyama
1999-01-01 12:57:38 +00:00

13 lines
373 B
Plaintext

--- 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