Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Fred Sanchez <wsanchez@netbsd.org>
List: source-changes
Date: 10/07/1998 18:36:05
Module Name:	src
Committed By:	wsanchez
Date:		Thu Oct  8 01:36:05 UTC 1998

Modified Files:
	src/usr.bin/man: man.c
Log Message:
We can't define MACHINE from a makefile in Rhapsody, because you might be cross
compiling, or building a fat (multi-architecture) binary.  Our compiler
defines __ARCHITECTURE__ for this use.
Fixed an off-by-one error that may occasionally cause man to seg fault. Found
by using a special strict malloc() implementation.