summaryrefslogtreecommitdiff
path: root/textproc/mdocml/patches/patch-apropos.c
blob: 38744678bbf85761171363c393c77050b559beee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-apropos.c,v 1.2 2012/12/24 13:40:18 jperkin Exp $

--- apropos.c.orig	2011-10-08 20:07:21.000000000 +0000
+++ apropos.c
@@ -33,7 +33,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__sun)
 # include <db_185.h>
 #else
 # include <db.h>