summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'mail/faces/patches/patch-ao')
-rw-r--r--mail/faces/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/faces/patches/patch-ao b/mail/faces/patches/patch-ao
new file mode 100644
index 00000000000..c9c577ee6b3
--- /dev/null
+++ b/mail/faces/patches/patch-ao
@@ -0,0 +1,13 @@
+diff -ur ../faces-DIST/mon.c ./mon.c
+--- ../faces-DIST/mon.c Tue Nov 19 15:00:48 1991
++++ ./mon.c Fri Oct 1 14:32:18 1999
+@@ -23,7 +23,8 @@
+ #endif /* SYSV32 || hpux */
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#if ( !defined(mips) && !defined(TOPIX) ) || defined(ultrix)
++#include <sys/param.h>
++#if ( !defined(mips) && !defined(TOPIX) ) || defined(ultrix) || (defined(BSD) && BSD >= 199306)
+ #include <sys/time.h>
+ #else
+ #ifdef SYSTYPE_BSD43