]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
mtr v0.49 v0.49
authorRoger Wolff <r.e.wolff@bitwizard.nl>
Thu, 7 Mar 2002 00:00:00 +0000 (00:00 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 3 Feb 2013 20:45:37 +0000 (20:45 +0000)
 - Fix compilation problems on several platforms.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.49.tar.gz

NEWS
configure.in
mtr.c

diff --git a/NEWS b/NEWS
index 804797a734236ba2e54aee35a105a375756d5b11..c056e812b1d1eeab6f24a559568ffeb7cb528a13 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
 WHAT'S NEW?
+  v0.49 Fix compilation problems on several platforms.
+
+  v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't 
+        respond. 
 
   v0.47 Fixed a (believed-) non-exploitable bufferoverflow. 
         Thanks Damian. 
index 5acab7958800ccb939d6b7f3bf981f4b1335856b..8bf0f5c88fb14903728a0ad9d6ce2e60daa23145 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(mtr.c)
-AM_INIT_AUTOMAKE(mtr, 0.48)
+AM_INIT_AUTOMAKE(mtr, 0.49)
 
 AC_SUBST(GTK_OBJ)
 AC_SUBST(CURSES_OBJ)
diff --git a/mtr.c b/mtr.c
index fc5cd351f634d2cf185354597c07a5df86bbc61c..fec5bd8bc4f723d8c7d1c4a0cd720c228e99ed52 100644 (file)
--- a/mtr.c
+++ b/mtr.c
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <netinet/in.h>
+#include <sys/socket.h> 
 
 #include "mtr-curses.h"
 #include "getopt.h"