summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-ah
blob: 4c874090dbec1499be43bae770fd20cae2307a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.2 2002/08/25 19:23:21 jlam Exp $

--- fam/Interest.c++.orig	Thu Dec 20 08:59:20 2001
+++ fam/Interest.c++
@@ -25,7 +25,9 @@
 #include <string.h>
 #include <errno.h>
 #include <sys/param.h>
-#include <sys/sysmacros.h>
+#if !defined(BSD)
+#  include <sys/sysmacros.h>
+#endif
 
 #ifdef HAVE_IRIX_XTAB_VERIFICATION
 #include <stdio.h>