diff options
author | 2004-02-21 05:55:23 +0000 | |
---|---|---|
committer | 2004-02-21 05:55:23 +0000 | |
commit | 7609702c2ce608b9350278433f0ac1931d721864 (patch) | |
tree | e08869f3ee06eda77e2bc799c91fd48dd09342df /net-analyzer/bigeye/files | |
parent | GAPING_SECURITY_HOLE for netcat (diff) | |
download | historical-7609702c2ce608b9350278433f0ac1931d721864.tar.gz historical-7609702c2ce608b9350278433f0ac1931d721864.tar.bz2 historical-7609702c2ce608b9350278433f0ac1931d721864.zip |
gcc3 fix #41692
Diffstat (limited to 'net-analyzer/bigeye/files')
-rw-r--r-- | net-analyzer/bigeye/files/0.3-gcc3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/bigeye/files/0.3-gcc3.patch b/net-analyzer/bigeye/files/0.3-gcc3.patch new file mode 100644 index 000000000000..1d30cc24914b --- /dev/null +++ b/net-analyzer/bigeye/files/0.3-gcc3.patch @@ -0,0 +1,11 @@ +--- src/bigeye.c.orig 2004-02-15 19:12:19.270277021 +0000 ++++ src/bigeye.c 2004-02-15 19:12:37.477869417 +0000 +@@ -1132,7 +1132,7 @@ + lt = time(NULL); + ptr = localtime(<); + +- fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: ++ fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: \ + %s\n",connection,asctime(ptr),port,protocol); + if(emulate == 1 && signature != NULL) fprintf(fp,"server response: %s\n",signature); + if(emulate == 0 && signature != NULL) fprintf(fp,"server response: %s\n",signature); |