From f355147a7eeb46f172fb61a3e3f1c4626499f55b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 20 Jul 1998 04:51:25 +0000 Subject: [PATCH] Changes for IRIX 6.x. --- v7/src/microcode/ux.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index d2b7da454..c0d529f38 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.69 1998/07/20 04:17:58 cph Exp $ +$Id: ux.h,v 1.70 1998/07/20 04:51:25 cph Exp $ Copyright (c) 1988-98 Massachusetts Institute of Technology @@ -109,6 +109,10 @@ extern int EXFUN (kill, (pid_t, int)); # define SYSTEM_VARIANT "BSDI BSD/OS" #endif +#ifdef _IRIX6 +#define NO_BAUD_CONVERSION +#endif + /* no longer needed */ #if 0 #ifdef sonyrisc -- 2.25.1