diff options
author | 2010-04-21 19:24:10 +0000 | |
---|---|---|
committer | 2010-04-21 19:24:10 +0000 | |
commit | 111a44d80391a9ae32a9ca597835c08bb8cdbab5 (patch) | |
tree | e976a828c7f7ca964797d43642fc6d82f7215fd2 /net-analyzer/tcpreplay/files | |
parent | Version bump, bug #300561, thank Jeroen Roovers for report. (diff) | |
download | gentoo-2-111a44d80391a9ae32a9ca597835c08bb8cdbab5.tar.gz gentoo-2-111a44d80391a9ae32a9ca597835c08bb8cdbab5.tar.bz2 gentoo-2-111a44d80391a9ae32a9ca597835c08bb8cdbab5.zip |
Version bump. Drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/tcpreplay/files')
-rw-r--r-- | net-analyzer/tcpreplay/files/tcpreplay-3.4.1-errx-exit.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-analyzer/tcpreplay/files/tcpreplay-3.4.1-errx-exit.patch b/net-analyzer/tcpreplay/files/tcpreplay-3.4.1-errx-exit.patch deleted file mode 100644 index 1a66eb6ec04d..000000000000 --- a/net-analyzer/tcpreplay/files/tcpreplay-3.4.1-errx-exit.patch +++ /dev/null @@ -1,23 +0,0 @@ - * QA Notice: Package has poor programming practices which may compile - * fine but exhibit random runtime failures. - * xX.c:101: warning: implicit declaration of function 'exit' - * tcpdump.c:93: warning: implicit declaration of function 'exit' - * signal_handler.c:91: warning: implicit declaration of function 'exit' - * sleep.c:65: warning: implicit declaration of function 'exit' - * signal_handler.c:91: warning: implicit declaration of function 'exit' - * sleep.c:65: warning: implicit declaration of function 'exit' - * sleep.c:65: warning: implicit declaration of function 'exit' - -=== modified file 'src/common/err.h' ---- src/common/err.h 2009-04-03 11:02:19 +0000 -+++ src/common/err.h 2009-04-03 11:06:00 +0000 -@@ -50,6 +50,8 @@ - extern int debug; - #endif - -+#include <stdlib.h> -+ - /* - * We define five functions for reporting errors, warnings and debug messages: - * err() - Fatal error. Pass exit code followed by static string - |