diff options
-rw-r--r-- | net-analyzer/ethloop/files/ethloop-10-gcc45.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ethloop/files/ethloop-10-gcc45.patch b/net-analyzer/ethloop/files/ethloop-10-gcc45.patch index 75b951102245..bf905cd44b2c 100644 --- a/net-analyzer/ethloop/files/ethloop-10-gcc45.patch +++ b/net-analyzer/ethloop/files/ethloop-10-gcc45.patch @@ -1,7 +1,7 @@ Fix recv call (bug #336755), add some more includes. ---- a/ethloop.c 2002-05-03 15:13:20.000000000 +0200 -+++ b/ethloop.c 2010-12-27 18:21:24.000000000 +0100 +--- a/ethloop.c ++++ b/ethloop.c @@ -1,5 +1,7 @@ /* vim: cin sw=4 ts=4 */ |