salkind@NYU.ARPA (05/22/84)
From: Lou Salkind <salkind@NYU.ARPA> Index: ucb/tset/tset.c 4.2BSD Description: Tset can get an illegal instruction trap on certain machines. This is because it passes a short pointer to a function that is expecting an int pointer. Repeat-By: (On a pyramid, type:) tset term-type Fix: In setdelay, change the declaration of flags from int *flags; to short *flags;
marcus@pyuxt.UUCP (M. G. Hand) (05/25/84)
This occurs on 3B machines, too. Solution is the same, but symptoms are a SIGEMT trap, for God's sake! marcus hand (puyuxt!marcus)