mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
12 lines
373 B
Text
12 lines
373 B
Text
--- 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
|
|
|