From: Chris Hanson Date: Tue, 23 Nov 1993 22:58:59 +0000 (+0000) Subject: TIOCSIG not available on sun3. X-Git-Tag: 20090517-FFI~7429 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fdb6905c6fdd054a46d07f65e9169691e91b7c89;p=mit-scheme.git TIOCSIG not available on sun3. --- 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"