mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
21 lines
553 B
Plaintext
21 lines
553 B
Plaintext
$NetBSD: patch-aa,v 1.3 2011/09/08 19:46:30 wiz Exp $
|
|
|
|
--- various/util/src/pseudo.c.orig 2011-04-08 15:16:26.000000000 +0200
|
|
+++ various/util/src/pseudo.c 2011-04-08 15:17:02.000000000 +0200
|
|
@@ -331,6 +331,7 @@
|
|
|
|
#ifndef HAVE_CYGWIN
|
|
#ifndef HAVE_LINUX /* linux does not use the streams module */
|
|
+#ifdef I_PUSH
|
|
/*
|
|
* Push the appropriate streams modules, as described in Solaris pts(7).
|
|
* HP-UX pts(7) doesn't have ttcompat module.
|
|
@@ -359,6 +360,7 @@
|
|
#endif
|
|
#endif
|
|
#endif
|
|
+#endif
|
|
|
|
#else /* HAVE_DEV_PTMX */
|
|
#ifdef HAVE_DEV_PTS_AND_PTC
|