[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MiNTlib: Yet another megapatch
- To: unlisted-recipients:;@terminator.rs.itd.umich.edu (no To-header on input)
- Subject: Re: MiNTlib: Yet another megapatch
- From: Mikko Larjava <mitala@nic.funet.fi>
- Date: Thu, 19 Feb 1998 12:53:42 +0200 (EET)
- Cc: MiNT mailing list <mint@atari.archive.umich.edu>
- In-reply-to: <01bd3d03$2d7af130$b9f0d5c2@joy.zln.cz>
- Sender: mitala@nic.funet.fi
On Thu, 19 Feb 1998, Petr Stehlik wrote:
> >> In uname() gethosbyname was called with size of 15 althougth
> >> the size in utsname.h was only 9 chars. I'd also liked it to
> >> return 'atarifalcon' instead of only 'falcon' because many of
> if the size is still just 9 chars (and I think it is), "atarifalcon" is too
> long. That's why Draco and me (independently) chose just "falcon".
Probably didn't mention it but I also increased the size of host and
vendor (or whatever it is) fields on utsname.h. Should fit nicely.