cvs commit: src/lib/libautofs libautofs.3 libautofs.c libautofs.h
Alfred Perlstein
alfred at FreeBSD.org
Wed Sep 8 19:14:38 PDT 2004
alfred 2004-09-09 01:23:27 UTC
FreeBSD src repository
Modified files:
lib/libautofs libautofs.3 libautofs.c libautofs.h
Log:
Add/document autoreq_getxid(3), which gets the autofs request
transaction id from the request, this is useful for debugging.
Fix the autoh_freeall(3) function to properly free the array of
auto handles. Before it was freeing individual members of the list
OK, however it was then advancing the pointer and freeing the wrong
data for the whole list.
Revision Changes Path
1.4 +6 -0 src/lib/libautofs/libautofs.3
1.5 +13 -3 src/lib/libautofs/libautofs.c
1.3 +3 -2 src/lib/libautofs/libautofs.h
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the cvs-src
mailing list