Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/08/1999 13:38:28
Module Name:	src
Committed By:	drochner
Date:		Mon Mar  8 21:38:28 UTC 1999

Modified Files:
	src/sys/arch/i386/stand/lib: biosmemx.S getextmemx.c
Log Message:
change the interface for getmementry() to hold the iterator in an
argument and to return success or error explicitely.
Now we can "error" and "end of list" cleanly; this should fix the
problem where the last list element was ignored.