1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00
freebsd/lib/libautofs
Alfred Perlstein dc45e5b846 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.
2004-09-09 01:23:27 +00:00
..
libautofs.3 Add/document autoreq_getxid(3), which gets the autofs request 2004-09-09 01:23:27 +00:00
libautofs.c Add/document autoreq_getxid(3), which gets the autofs request 2004-09-09 01:23:27 +00:00
libautofs.h Add/document autoreq_getxid(3), which gets the autofs request 2004-09-09 01:23:27 +00:00
Makefile sync with private code: 2004-09-08 08:44:14 +00:00