pkgsrc/net/snort/patches/patch-ah
joerg 291f070901 Use stdbool.h instead of defining bool manually.
Fixes issues e.g. on NetBSD where bool is defined by system headers.
2008-06-21 21:44:21 +00:00

13 lines
366 B
Text

$NetBSD: patch-ah,v 1.1 2008/06/21 21:44:21 joerg Exp $
--- src/log_text.c.orig 2008-06-21 15:36:20.000000000 +0000
+++ src/log_text.c
@@ -1244,7 +1244,7 @@ static void LogReference(TextLog* log, R
*
* Returns: void function
*/
-void LogXrefs(TextLog* log, int doNewLine)
+void LogXrefs(TextLog* log, bool doNewLine)
{
ReferenceNode *refNode = NULL;