summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authornils <nils@pkgsrc.org>2017-06-22 10:39:19 +0000
committernils <nils@pkgsrc.org>2017-06-22 10:39:19 +0000
commitf1e8950951f4d41b627bf537699ec3460ce40de0 (patch)
tree6957e6637581f24fd79e10b40d0fbb102daa8c05 /net/snort
parent6646d7d0be4d2ba33f69c8477b65dc8d5dedb01f (diff)
downloadpkgsrc-f1e8950951f4d41b627bf537699ec3460ce40de0.tar.gz
this is a leftover from the previous version, thanks leot@ for noticing !
Diffstat (limited to 'net/snort')
-rw-r--r--net/snort/patches/patch-ag19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/snort/patches/patch-ag b/net/snort/patches/patch-ag
deleted file mode 100644
index 2b336d11093..00000000000
--- a/net/snort/patches/patch-ag
+++ /dev/null
@@ -1,19 +0,0 @@
-$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
-