Subject: CVS commit: src/games/monop
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/21/2003 01:23:08
Module Name:	src
Committed By:	christos
Date:		Mon Apr 21 01:23:08 UTC 2003

Modified Files:
	src/games/monop: Makefile
Added Files:
	src/games/monop: malloc.c

Log Message:
use an sbrk() only malloc() because save and restore depends on saving
the data segment only. Maybe we should make libbsdmalloc?


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/games/monop/Makefile
cvs rdiff -r0 -r1.1 src/games/monop/malloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.