summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-ao
blob: 34e159f708cfaf11e9169ec20a4b9d9e34e0a9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ao,v 1.3 2000/07/08 12:47:08 tron Exp $

--- mon.c.orig	Tue Nov 19 05:00:48 1991
+++ mon.c	Sat Jul  8 14:25:27 2000
@@ -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