Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!sri-unix!salkind@NYU.ARPA From: salkind@NYU.ARPA Newsgroups: net.unix-wizards Subject: tset passes wrong argument type Message-ID: <1090@sri-arpa.UUCP> Date: Tue, 22-May-84 11:04:38 EDT Article-I.D.: sri-arpa.1090 Posted: Tue May 22 11:04:38 1984 Date-Received: Fri, 25-May-84 00:49:13 EDT Lines: 16 From: Lou Salkind 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;