mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
13 lines
373 B
Plaintext
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
|
||
|
|