Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/28/1998 05:00:01
enami
Sat Feb 28 04:54:39 PST 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv15340

Modified Files:
	disklabel.c 
Log Message:
Just nuke the cast rather than changing (char *) to (void *).  Even lint
doesn't complain about it.


enami
Sat Feb 28 04:57:28 PST 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv15378

Modified Files:
	telldir.c 
Log Message:
Just nuke cast to the argument of free() rather than changing it
from (caddr_t) to (void *).  Lint doesn't complains about it.