From c2b0b1357f7ca8adb2d9e91cf83e19b8181272a0 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 24 Nov 1993 09:04:09 +0000 Subject: [PATCH] SUNOS calls it TIOCSIGNAL, not TIOCSIG! --- v7/src/microcode/ux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index c3809ee67..fd301aa24 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.59 1993/11/23 22:58:59 cph Exp $ +$Id: ux.h,v 1.60 1993/11/24 09:04:09 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -303,7 +303,7 @@ extern int EXFUN (kill, (pid_t, int)); #ifdef _SUNOS4 #define HAVE_FTRUNCATE #ifdef sun4 -#define TIOCSIGSEND TIOCSIG +#define TIOCSIGSEND TIOCSIGNAL #endif #endif -- 2.25.1