diff -U0 -r net-tools-1.60_p20071202044231/lib/interface.c net-tools-1.60_p20071202044231+byte/lib/interface.c --- net-tools-1.60_p20071202044231/lib/interface.c 2007-12-02 04:42:31.000000000 +0000 +++ net-tools-1.60_p20071202044231+byte/lib/interface.c 2008-04-26 13:03:39.000000000 +0100 @@ -869 +869 @@ - Rext = "PiB"; + Rext = "PB"; @@ -872 +872 @@ - Rext = "TiB"; + Rext = "TB"; @@ -875 +875 @@ - Rext = "GiB"; + Rext = "GB"; @@ -878 +878 @@ - Rext = "MiB"; + Rext = "MB"; @@ -881 +881 @@ - Rext = "KiB"; + Rext = "KB"; @@ -887 +887 @@ - Text = "PiB"; + Text = "PB"; @@ -890 +890 @@ - Text = "TiB"; + Text = "TB"; @@ -893 +893 @@ - Text = "GiB"; + Text = "GB"; @@ -896 +896 @@ - Text = "MiB"; + Text = "MB"; @@ -899 +899 @@ - Text = "KiB"; + Text = "KB";