Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 05/05/1999 23:01:29
Module Name:	src
Committed By:	scottr
Date:		Thu May  6 06:01:28 UTC 1999

Modified Files:
	src/sys/arch/mac68k/dev: adb_direct.c
Log Message:
Correct two more problems of the same type as in rev 1.21:  use the length
of the buffer you're copying from as the loop interator, not the length
of the buffer you're copying to.  Also, rewrite print_single() with
pointer instead of array operators.  Appears to correct some ADB-related
`hangs' during autoconfig.