diff options
author | 2005-03-25 21:12:29 +0000 | |
---|---|---|
committer | 2005-03-25 21:12:29 +0000 | |
commit | ddc7f3d537ad1e08bce556545887d82960da9ea6 (patch) | |
tree | c8ff13d70bed7c1f4c1ab582cd7b0f4b3a46b066 /net-analyzer/flow-tools/files | |
parent | Stable on hppa. (diff) | |
download | historical-ddc7f3d537ad1e08bce556545887d82960da9ea6.tar.gz historical-ddc7f3d537ad1e08bce556545887d82960da9ea6.tar.bz2 historical-ddc7f3d537ad1e08bce556545887d82960da9ea6.zip |
85416
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/flow-tools/files')
-rw-r--r-- | net-analyzer/flow-tools/files/flow-tools-0.67-debug.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/flow-tools/files/flow-tools-0.67-debug.patch b/net-analyzer/flow-tools/files/flow-tools-0.67-debug.patch new file mode 100644 index 000000000000..035ecf193f88 --- /dev/null +++ b/net-analyzer/flow-tools/files/flow-tools-0.67-debug.patch @@ -0,0 +1,10 @@ +--- flow-tools-0.67.orig/src/flow-export.c 2005-03-25 12:50:39.000000000 -0800 ++++ flow-tools-0.67/src/flow-export.c 2005-03-25 12:51:02.000000000 -0800 +@@ -691,6 +691,7 @@ + char *db_host, *db_name, *db_table, *db_user, *db_pwd, *db_tmp, *tmp; + int db_port; + int len; ++ int debug; + + MYSQL mysql; + |