1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/usr.sbin/rpc.lockd
Jun Kuriyama 2d914e9670 - Use svc_getrpccaller() rather than svc_getcaller() for using
xt_rtaddr member of SVCXPRT structure.  This allows to use IPv6
  address stored in "struct sockaddr_storage" in "struct netbuf".
- Output the reason of getnameinfo() error.

Reviewed by:	alfred
2005-02-03 22:21:19 +00:00
..
kern.c Userland change corresponding to the change in kernel/userland communication 2004-12-06 08:32:09 +00:00
lock_proc.c - Use svc_getrpccaller() rather than svc_getcaller() for using 2005-02-03 22:21:19 +00:00
lockd_lock.c After talking to Colin, 2004-07-16 12:50:10 +00:00
lockd_lock.h
lockd.c After talking to Colin, 2004-07-16 12:50:10 +00:00
lockd.h
Makefile Make this compile cleanly. It passes WARNS=2, but I haven't checked 2003-10-26 06:10:44 +00:00
rpc.lockd.8 Sort sections. 2005-01-18 20:02:45 +00:00
test.c