pkgsrc/mail/jchkmail/patches/patch-ab
kristerw 11584bd029 Tweak an include file slighly so that it does not conflict with the
included include/libmilter/mfapi.h from the currently packaged
version of mail/libmilter.
2004-12-11 14:13:34 +00:00

13 lines
268 B
Text

$NetBSD: patch-ab,v 1.1 2004/12/11 14:13:34 kristerw Exp $
--- src/j-sys.h.orig Sat Dec 11 15:03:16 2004
+++ src/j-sys.h Sat Dec 11 15:03:37 2004
@@ -239,7 +239,7 @@
#endif
#if !defined (HAVE_BOOL)
-typedef int bool;
+#define bool int
#endif
#ifndef true