Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!gwyn
From: gwyn@brl-tgr.ARPA (Doug Gwyn )
Newsgroups: net.bugs.4bsd,net.bugs.v7
Subject: Re: Pyramid 90X C program dumps core
Message-ID: <1752@brl-tgr.ARPA>
Date: Thu, 26-Sep-85 17:49:35 EDT
Article-I.D.: brl-tgr.1752
Posted: Thu Sep 26 17:49:35 1985
Date-Received: Sat, 28-Sep-85 08:16:47 EDT
References: <11859@rochester.UUCP>
Organization: Ballistic Research Lab
Lines: 6
Xref: watmath net.bugs.4bsd:1772 net.bugs.v7:211

> 	short buf[3];	/* naughty int's */
	sgttyb buf;
> 	char getenv();
	char *getenv();

and other changes accordingly.