diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-05-24 17:02:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-05-24 17:02:40 +0000 |
commit | 248c08be3c9f559038ada13e51482ad70a10d0d6 (patch) | |
tree | 9efbdf5dd62cec3cce9a34f0ad7078d773604705 /net/gnome-nettool | |
parent | 90c56b178d353682b317d0bfe374b3b4f483f950 (diff) |
Notes
Diffstat (limited to 'net/gnome-nettool')
-rw-r--r-- | net/gnome-nettool/files/patch-src_info.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c index 88a107e6f825..beaefe639437 100644 --- a/net/gnome-nettool/files/patch-src_info.c +++ b/net/gnome-nettool/files/patch-src_info.c @@ -1,5 +1,5 @@ ---- src/info.c.orig 2008-12-08 23:29:39.000000000 -0500 -+++ src/info.c 2009-02-27 16:33:49.000000000 -0500 +--- src/info.c.orig 2013-05-31 00:00:21 UTC ++++ src/info.c @@ -20,6 +20,10 @@ #include <gtk/gtk.h> #include <glib/gi18n.h> @@ -21,7 +21,7 @@ #include <glibtop.h> #include <glibtop/netlist.h> -@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_ifa +@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_iface_desc [] = { { N_("Ethernet Interface"), INFO_INTERFACE_ETH, "16_ethernet.xpm", "eth", NULL }, { N_("Wireless Interface"), INFO_INTERFACE_WLAN, "wavelan-16.png", "wlan", NULL }, { N_("Modem Interface"), INFO_INTERFACE_PPP, "16_ppp.xpm", "ppp", NULL }, @@ -29,7 +29,7 @@ { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP, "16_plip.xpm", "plip", NULL }, { N_("Infrared Interface"), INFO_INTERFACE_IRLAN, "irda-16.png", "irlan", NULL }, { N_("Loopback Interface"), INFO_INTERFACE_LO, "16_loopback.xpm", "lo", NULL }, -@@ -131,9 +139,42 @@ info_get_interface_from_dev_name (const +@@ -131,9 +139,35 @@ info_get_interface_from_dev_name (const gchar *dev_nam { gint i; gchar *path; @@ -49,13 +49,6 @@ + case IFM_ETHER: + dev_type = "eth"; + break; -+ case IFM_FDDI: -+ case IFM_TOKEN: -+#ifdef IFM_ATM -+ case IFM_ATM: -+#endif -+ dev_type = "other_type"; -+ break; + case IFM_IEEE80211: + dev_type = "wlan"; + break; |