Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 05/01/1999 02:26:33
Module Name:	src
Committed By:	scottr
Date:		Sat May  1 09:26:33 UTC 1999

Modified Files:
	src/sys/arch/mac68k/mac68k: disksubr.c
Log Message:
Fix a problem with bounds_check_with_label(), noted by Greg Oster:  we
had been returning (-1) as an error instead of 0.  This is the result of
not keeping up with its i386 ancestor, which it was originally derived
from back in 1993.  Re-sync.