cvs commit: src/sys/netinet ipprotosw.h src/sys/netinet6 ip6protosw.h udp6_usrreq.c src/sys/sys protosw.h
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Jun 3 09:22:24 PDT 2004
joerg 2004/06/03 09:21:23 PDT
DragonFly src repository
Modified files:
sys/netinet ipprotosw.h
sys/netinet6 ip6protosw.h udp6_usrreq.c
sys/sys protosw.h
Log:
Make pr_domain and pr_usrreqs pointers to const. The general stack is not
supposed to change this and it allows us to make all this structures
const like they should be. If a network protocol wants to modify them,
they can still either modify the private version directly or create a copy
and change that.
Revision Changes Path
1.5 +2 -2 src/sys/netinet/ipprotosw.h
1.6 +2 -2 src/sys/netinet6/ip6protosw.h
1.15 +2 -2 src/sys/netinet6/udp6_usrreq.c
1.11 +2 -2 src/sys/sys/protosw.h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ipprotosw.h.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ip6protosw.h.diff?r1=1.5&r2=1.6&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/udp6_usrreq.c.diff?r1=1.14&r2=1.15&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/sys/protosw.h.diff?r1=1.10&r2=1.11&f=h
More information about the Commits
mailing list