included include/libmilter/mfapi.h from the currently packaged version of mail/libmilter.
13 lines
268 B
Text
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
|