openbsd-ports/x11/kde/base3/patches/patch-konsole_konsole_TEPty_h
espie a4d2f30a9a kdebase 3.1:
- 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.
2003-01-27 19:22:49 +00:00

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