From fdb6905c6fdd054a46d07f65e9169691e91b7c89 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 23 Nov 1993 22:58:59 +0000 Subject: [PATCH] TIOCSIG not available on sun3. --- 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 c6cac0ff0..c3809ee67 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.58 1993/11/23 06:50:39 gjr Exp $ +$Id: ux.h,v 1.59 1993/11/23 22:58:59 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -302,8 +302,10 @@ extern int EXFUN (kill, (pid_t, int)); #ifdef _SUNOS4 #define HAVE_FTRUNCATE +#ifdef sun4 #define TIOCSIGSEND TIOCSIG #endif +#endif #ifdef apollo #define SYSTEM_VARIANT "Domain" -- 2.25.1