cvs commit: src/lib/libc/gen closedir.c

Dag-Erling Smørgrav des at des.no
Mon Dec 3 06:22:12 PST 2007


Olivier Houchard <cognet at FreeBSD.org> writes:
>   Log:
>   Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.
>   Anybody with a cleaner solution feel free to change it.

Declare dd_lock as a struct pthread_mutex * instead of a void * in
src/include/dirent.h.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list