summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/echoping/Makefile2
-rw-r--r--net/echoping/files/patch-echoping.h8
2 files changed, 9 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index f0edfac1fb28..b9c3e52f89d0 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -2,7 +2,7 @@
PORTNAME= echoping
PORTVERSION= 6.0.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net
MAINTAINER= ports@FreeBSD.org
diff --git a/net/echoping/files/patch-echoping.h b/net/echoping/files/patch-echoping.h
index 6614c1d56d6e..f411f7383f8e 100644
--- a/net/echoping/files/patch-echoping.h
+++ b/net/echoping/files/patch-echoping.h
@@ -43,3 +43,11 @@
/* My functions */
+@@ -198,6 +186,7 @@ int TLS_readline ();
+ #endif
+ /* util.c */
+ char *random_string ();
++char *to_upper(char *);
+ void tvsub ();
+ void tvadd ();
+ void tvavg ();