diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-15 08:18:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-15 08:18:18 +0100 |
commit | 13da0775446dc24645bdbe52a081899d46a94c88 (patch) | |
tree | d2caef30cc192a5b2f58b0e9c402a4116a40d987 /package/snort/patches/patch-src_inline_c | |
parent | 827c15388b9eeb99288f5fc0fec037265cdd791a (diff) |
make ag241 allmodconfig compile
Diffstat (limited to 'package/snort/patches/patch-src_inline_c')
-rw-r--r-- | package/snort/patches/patch-src_inline_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/snort/patches/patch-src_inline_c b/package/snort/patches/patch-src_inline_c deleted file mode 100644 index 64c7a226f..000000000 --- a/package/snort/patches/patch-src_inline_c +++ /dev/null @@ -1,11 +0,0 @@ ---- snort-2.8.5.1.orig/src/inline.c 2009-07-07 17:37:01.000000000 +0200 -+++ snort-2.8.5.1/src/inline.c 2009-12-27 17:20:43.000000000 +0100 -@@ -335,7 +335,7 @@ void IpfwLoop(void) - } - - /* Fill in necessary fields */ -- bzero(&sin, sizeof(sin)); -+ memset(&sin, 0, sizeof(sin)); - sin.sin_family = PF_INET; - sin.sin_addr.s_addr = INADDR_ANY; - sin.sin_port = htons(ScDivertPort()); |