From 9cc3802092f75aa206159e8e30369f7445752345 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 15 Jun 1991 03:23:24 +0000 Subject: [PATCH] Changes for sony news laptop running news os 5.01. --- v7/src/microcode/uxterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/uxterm.c b/v7/src/microcode/uxterm.c index cc514eadc..cc359f73d 100644 --- a/v7/src/microcode/uxterm.c +++ b/v7/src/microcode/uxterm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxterm.c,v 1.15 1991/06/15 00:40:50 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxterm.c,v 1.16 1991/06/15 03:23:24 cph Exp $ Copyright (c) 1990-91 Massachusetts Institute of Technology @@ -507,7 +507,7 @@ DEFUN_VOID (OS_have_ptys_p) #define PTY_SLAVE_NAME_SPRINTF(slave_name, fd) \ { \ - sprintf ((slave_name), "/dev/tty%c%x", c, i) \ + sprintf ((slave_name), "/dev/tty%c%x", c, i); \ if ((UX_access ((slave_name), (R_OK | W_OK))) < 0) \ { \ UX_close (fd); \ -- 2.25.1