diff options
author | markd <markd@pkgsrc.org> | 2006-03-30 02:47:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-30 02:47:01 +0000 |
commit | 8dadfce5fb935714a1e1cea96b93aea4c39cf620 (patch) | |
tree | a4adac747403bc793f37f1666ac67efbe62103f1 /net/kdenetwork3/patches | |
parent | 1b8a47f0bf8343a088d4ee50565711c84c66cf13 (diff) | |
download | pkgsrc-8dadfce5fb935714a1e1cea96b93aea4c39cf620.tar.gz |
Update to KDE 3.5.2
* Make the tray icon transparent also if numbers are not shown
Diffstat (limited to 'net/kdenetwork3/patches')
-rw-r--r-- | net/kdenetwork3/patches/patch-ad | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/kdenetwork3/patches/patch-ad b/net/kdenetwork3/patches/patch-ad index 84ad6fe7ecd..b3f486cb02b 100644 --- a/net/kdenetwork3/patches/patch-ad +++ b/net/kdenetwork3/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2005/11/18 15:04:57 joerg Exp $ +$NetBSD: patch-ad,v 1.4 2006/03/30 02:47:01 markd Exp $ ---- kppp/pppstats.cpp.orig 2005-10-05 13:24:08.000000000 +0000 +--- kppp/pppstats.cpp.orig 2006-03-17 23:12:34.000000000 +1300 +++ kppp/pppstats.cpp @@ -54,7 +54,11 @@ #include <arpa/inet.h> @@ -24,7 +24,7 @@ $NetBSD: patch-ad,v 1.3 2005/11/18 15:04:57 joerg Exp $ #endif #else #include <net/if.h> -@@ -218,27 +225,29 @@ bool PPPStats::initStats() { +@@ -218,26 +225,29 @@ bool PPPStats::initStats() { strlcpy(ifr.ifr_name, unitName, sizeof(ifr.ifr_name)); @@ -47,8 +47,7 @@ $NetBSD: patch-ad,v 1.3 2005/11/18 15:04:57 joerg Exp $ + kdDebug(5002) << "Local IP: " << local_ip_address << endl; + } -- if (ioctl(s, SIOCGIFDSTADDR, &ifr) < 0) -- ; +- (void) ioctl(s, SIOCGIFDSTADDR, &ifr); + remote_ip_address = ""; + if (ioctl(s, SIOCGIFDSTADDR, &ifr) < 0) { + kdDebug(5002) << "Cannot get remote ip address" << endl; |