cvs commit: src/sys/kern uipc_socket2.c uipc_usrreq.c src/sys/sys
socketvar.h
Robert Watson
rwatson at FreeBSD.org
Fri Jun 4 04:07:09 GMT 2004
rwatson 2004/06/03 21:07:09 PDT
FreeBSD src repository
Modified files:
sys/kern uipc_socket2.c uipc_usrreq.c
sys/sys socketvar.h
Log:
Mark sun_noname as const since it's immutable. Update definitions
of functions that potentially accept &sun_noname (sbappendaddr(),
et al) to accept a const sockaddr pointer.
Revision Changes Path
1.128 +1 -1 src/sys/kern/uipc_socket2.c
1.121 +5 -5 src/sys/kern/uipc_usrreq.c
1.115 +1 -1 src/sys/sys/socketvar.h
More information about the cvs-src
mailing list