$OpenBSD: patch-konsole_src_TEPty_C,v 1.8 2001/08/20 23:42:08 espie Exp $
--- konsole/src/TEPty.C.orig	Sun Jul 29 06:56:43 2001
+++ konsole/src/TEPty.C	Fri Aug 17 02:09:16 2001
@@ -127,6 +127,10 @@ extern "C" {
         #include <utmp.h>
 #endif
 
+#ifdef __OpenBSD__
+/* Let konsole_grantpty do it */
+#	undef USE_LOGIN
+#endif
 #include <signal.h>
 
 #ifdef HAVE_TERMIOS_H
