Subject: changed files: 'src/lib/libc/gen cuserid.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/29/1993 11:39:47
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/gen

Modified Files:
	cuserid.c 
Log Message:
Cuserid() is specified in such a way that it can overwrite the buffer used
by getpwent(), getpwnam() & getpwuid() --- but not the other way around.  
This requires that cuserid() have its own static buffer.


------------------------------------------------------------------------------