diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-14 23:05:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-14 23:05:14 +0000 |
commit | 15b875b241977c9cb7620411a2ba8f07fb32e66e (patch) | |
tree | 5abeff6c7e8a6f445afeabe8aeadce03ad57190f /net-analyzer/echoping/files | |
parent | Change powerpc/ppc32/2008.0 profile deprecated messages (diff) | |
download | historical-15b875b241977c9cb7620411a2ba8f07fb32e66e.tar.gz historical-15b875b241977c9cb7620411a2ba8f07fb32e66e.tar.bz2 historical-15b875b241977c9cb7620411a2ba8f07fb32e66e.zip |
Fix implicit declarations.
Package-Manager: portage-14273-svn/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/echoping/files')
-rw-r--r-- | net-analyzer/echoping/files/echoping-6.0.2-fix_implicit_declarations.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/echoping/files/echoping-6.0.2-fix_implicit_declarations.patch b/net-analyzer/echoping/files/echoping-6.0.2-fix_implicit_declarations.patch new file mode 100644 index 000000000000..1b0bce850421 --- /dev/null +++ b/net-analyzer/echoping/files/echoping-6.0.2-fix_implicit_declarations.patch @@ -0,0 +1,20 @@ +--- echoping.h ++++ echoping.h 2009-09-15 00:55:43.000000000 +0200 +@@ -198,6 +198,7 @@ + #endif + /* util.c */ + char *random_string (); ++char *to_upper(); + void tvsub (); + void tvadd (); + void tvavg (); +--- plugins/ldap/ldap.c ++++ plugins/ldap/ldap.c +@@ -9,6 +9,7 @@ + #include "../../config.h" + #include "config.h" + #endif ++#define LDAP_DEPRECATED 1 + #include <ldap.h> + + const char *request = NULL; |