You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/echoping/files/echoping-6.0.2-fix_implicit...

21 lines
401 B

--- 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;