Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/08/2000 09:31:00
Module Name:	syssrc
Committed By:	itojun
Date:		Mon May  8 16:30:59 UTC 2000

Modified Files:
	syssrc/sys/dev: cons.c cons.h
	syssrc/sys/kern: kern_subr.c

Log Message:
move static function getstr() to cons.c, make it publically available
as cngetsn().  there will be other consumer.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/cons.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/cons.h
cvs rdiff -r1.63 -r1.64 syssrc/sys/kern/kern_subr.c

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