Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index