summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-ao
blob: b6cfdd2b6bf7dc64af8803e7cb8af54d20506d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ao,v 1.2 1999/10/01 07:49:21 simonb Exp $

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