- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs... IPv4 masks are not printed properly yet. - konsole fixes for utmp - ksysguardd mostly working. Should unify with Net/FreeBSD - clock and timezone fixes mostly from Flinn Mueller. - uses kxkb_pic lib, thanks to Matthieu.
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
$OpenBSD: patch-konsole_konsole_TEPty_h,v 1.3 2003/01/27 19:22:50 espie Exp $
|
|
--- konsole/konsole/TEPty.h.orig Sun Jan 12 15:16:31 2003
|
|
+++ konsole/konsole/TEPty.h Sun Jan 12 15:17:28 2003
|
|
@@ -130,7 +130,7 @@ Q_OBJECT
|
|
QValueList<SendJob> pendingSendJobs;
|
|
QTimer* pSendJobTimer;
|
|
|
|
- friend int chownpty(int, bool);
|
|
+ friend int chownpty(int, int);
|
|
};
|
|
|
|
#endif
|