summaryrefslogtreecommitdiff
path: root/mail/spamd/patches/patch-aa
blob: f5588309242f60747bf96708d76374284f92db94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1 2007/06/14 22:02:45 darcy Exp $

--- compat.h.orig	2006-03-07 17:49:09.000000000 -0500
+++ compat.h
@@ -7,6 +7,7 @@
  */ 
 #ifdef __NetBSD__
 #define CGETENT(b, d, n)	cgetent(b, (const char * const *)d, n)
+#define _HAVE_SYSLOG_R_
 #endif	/* __NetBSD__ */
 
 /*