diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-08-01 02:01:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-08-01 02:01:46 +0000 |
commit | 9ef94dcc39119093e01fd42f0ed7418b094cc2fb (patch) | |
tree | 40ed069ce0444cc1be86434834b31888c362b113 /net-analyzer/bigeye/files | |
parent | Fix overflow (bug #342309). (diff) | |
download | historical-9ef94dcc39119093e01fd42f0ed7418b094cc2fb.tar.gz historical-9ef94dcc39119093e01fd42f0ed7418b094cc2fb.tar.bz2 historical-9ef94dcc39119093e01fd42f0ed7418b094cc2fb.zip |
Clean up patch.
Package-Manager: portage-2.2.0_alpha49/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/bigeye/files')
-rw-r--r-- | net-analyzer/bigeye/files/bigeye-0.3-overflow.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch b/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch index bb0086ea0454..1ca159a65b79 100644 --- a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch +++ b/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch @@ -1,5 +1,5 @@ ---- src/bigeye.c.org 2011-08-01 03:11:16.779811941 +0200 -+++ src/bigeye.c 2011-08-01 03:13:34.830778894 +0200 +--- a/src/bigeye.c ++++ b/src/bigeye.c @@ -787,7 +787,7 @@ local.sin_family = AF_INET; local.sin_port = htons(porta); |