Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!topaz!husc6!talcott!cfa!maxson From: maxson@cfa.UUCP (Charles Maxson) Newsgroups: net.sources.d,net.unix,net.unix-wizards Subject: Re: Re: Broken software using ULTRIX 1.2 Message-ID: <226@cfa.UUCP> Date: Thu, 3-Jul-86 12:05:27 EDT Article-I.D.: cfa.226 Posted: Thu Jul 3 12:05:27 1986 Date-Received: Fri, 4-Jul-86 08:44:26 EDT References: <4621@sun.uucp> Organization: Harvard-Smithsonian Center for Astrophysics Lines: 33 Xref: watmath net.sources.d:306 net.unix:8508 net.unix-wizards:18712 > Xref: talcott net.sources.d:297 net.unix:5769 net.unix-wizards:8556 > >> We recently "upgraded" a vax750 to ULTRIX 1.2. Suddenly the following don't >> work anymore: >> >> finger (core dumps occasionally) >> sps >> top >> uw (windows program) >> sccs (admin command bombs) >> >> Has anyone else seen this? Has anyone figured out how to fix? Or is there >> something wrong with our installation of ULTRIX? Some of the include file declarations have been altered (presumably to be in accord with 4.3 BSD features). In particular, tty.h now references the winsize structure, which is declared in ioctl.h. Thus, where you have included tty.h, you should also insert the line: # include prior to the tty.h line. Recompiling the programs should then work. For sps, findtty.c, inittty.c, flagsetup.c, ttystatus.c, and waitingfor.c must be changed. Grep the source files for tty.h to see which need to be changed. -- -- Charles W. Maxson (617)495-7178 -- Harvard-Smithsonian Center for Astrophysics, 60 Garden St., Cambridge, MA 02138 -- UUCP: {seismo,ihnp4,cmcl2}!harvard!talcott!cfa!maxson wjh12!cfa!maxson -- ARPA: maxson%cfa.UUCP@harvard.HARVARD.EDU