diff options
Diffstat (limited to 'net/snort/patches/patch-af')
-rw-r--r-- | net/snort/patches/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/snort/patches/patch-af b/net/snort/patches/patch-af deleted file mode 100644 index e91f8e86621..00000000000 --- a/net/snort/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.5 2011/04/01 16:48:36 gdt Exp $ - ---- src/dynamic-plugins/sf_dynamic_plugins.c.orig 2009-08-10 21:26:41.000000000 +0000 -+++ src/dynamic-plugins/sf_dynamic_plugins.c -@@ -244,8 +244,7 @@ void LoadAllLibs(char *path, LoadLibrary - dir_entry = readdir(directory); - while (dir_entry != NULL) - { -- if ((dir_entry->d_reclen != 0) && -- (fnmatch(MODULE_EXT, dir_entry->d_name, FNM_PATHNAME | FNM_PERIOD) == 0)) -+ if (fnmatch(MODULE_EXT, dir_entry->d_name, FNM_PATHNAME | FNM_PERIOD) == 0) - { - /* Get the string up until the first dot. This will be - * considered the file prefix. */ |