From 69c432dc52ef7be266451162e564a14699ab32f7 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 23 Nov 1993 06:50:39 +0000 Subject: [PATCH] Disable ptys in Ultrix. --- v7/src/microcode/ux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 3fe3d01ac..c6cac0ff0 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.57 1993/11/22 23:17:46 cph Exp $ +$Id: ux.h,v 1.58 1993/11/23 06:50:39 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -285,6 +285,8 @@ extern int EXFUN (kill, (pid_t, int)); #ifdef _ULTRIX #define SYSTEM_VARIANT "Ultrix" #define HAVE_FTRUNCATE +/* For now, they don't work */ +#undef HAVE_PTYS #endif #ifdef _NEXTOS -- 2.25.1