cvs commit: src/sys/kern uipc_domain.c uipc_socket.c
uipc_socket2.c src/sys/sys protosw.h
Robert Watson
rwatson at FreeBSD.org
Tue Jul 11 23:18:29 UTC 2006
rwatson 2006-07-11 23:18:29 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_domain.c uipc_socket.c
uipc_socket2.c
sys/sys protosw.h
Log:
Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)
return void, so don't implement no-op versions of these functions.
Instead, consistently check if those switch pointers are NULL before
invoking them.
Revision Changes Path
1.47 +0 -4 src/sys/kern/uipc_domain.c
1.271 +4 -2 src/sys/kern/uipc_socket.c
1.160 +0 -22 src/sys/kern/uipc_socket2.c
1.55 +0 -3 src/sys/sys/protosw.h
More information about the cvs-src
mailing list