Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/20/1998 06:49:20
Module Name:	src
Committed By:	kleink
Date:		Fri Nov 20 14:49:19 UTC 1998

Modified Files:
	src/lib/libc/stdio: gets.c
Log Message:
Need to wrap stdio stream locking around the function body.  On the bright
side, getchar_unlocked() can now be used instead of getchar().