summaryrefslogtreecommitdiff
path: root/net/snort/patches/patch-ag
blob: 2b336d1109327b81031934d0d6c1b2ab1109867c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ag,v 1.1 2008/06/21 21:44:21 joerg Exp $

--- src/sfutil/sf_textlog.h.orig	2008-06-21 15:32:51.000000000 +0000
+++ src/sfutil/sf_textlog.h
@@ -40,13 +40,13 @@
 #ifndef _SF_TEXT_LOG_H
 #define _SF_TEXT_LOG_H
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
 
 #include "debug.h" /* for INLINE */
 
-typedef int bool;
 #define TRUE 1
 #define FALSE 0