diff options
author | nils <nils@pkgsrc.org> | 2017-06-22 10:39:19 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2017-06-22 10:39:19 +0000 |
commit | f1e8950951f4d41b627bf537699ec3460ce40de0 (patch) | |
tree | 6957e6637581f24fd79e10b40d0fbb102daa8c05 /net/snort | |
parent | 6646d7d0be4d2ba33f69c8477b65dc8d5dedb01f (diff) | |
download | pkgsrc-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-ag | 19 |
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 - |