head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2024.05.26.12.02.20; author markd; state Exp; branches; next ; commitid CxIwepTL76IGkvbF; desc @@ 1.1 log @kf6-kpty: add version 6.2.0 KDE Frameworks 6 kpty. This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. @ text @$NetBSD: patch-src_kptydevice.cpp,v 1.3 2022/04/25 04:55:47 markd Exp $ NetBSD like FreeBSD --- src/kptydevice.cpp.orig 2022-04-02 10:26:01.000000000 +0000 +++ src/kptydevice.cpp @@@@ -29,7 +29,7 @@@@ #include #endif -#if defined(Q_OS_FREEBSD) || defined(Q_OS_MAC) +#if defined(Q_OS_FREEBSD) || defined(Q_OS_MAC) || defined(Q_OS_NETBSD) // "the other end's output queue size" -- that is is our end's input #define PTY_BYTES_AVAILABLE TIOCOUTQ #elif defined(TIOCINQ) @