Change pr_output's signature to take two fixed arguments and possible
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 3 Jun 2004 15:04:52 +0000 (15:04 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 3 Jun 2004 15:04:52 +0000 (15:04 +0000)
commitdeffea2eb0959b4d6b616d3898426528a2d1f22e
tree1407eee0f2915b378338cf55b8c99fec4bdb88b5
parent9c6be4b3d8b83f7b394cdc5a89ea3adc675d9ffb
Change pr_output's signature to take two fixed arguments and possible
additional varidic arguments. Change the various protocols accordingly.

This is not the signature NetBSD uses (only struct mbuf * + variadic),
but since all protocols use the socket argument (beside NS), it is more
reasonable to keep that static as well.

While at it, fix the pr_soport in ip6protosw to match the protosw.
13 files changed:
sys/net/rtsock.c
sys/netinet/ip_var.h
sys/netinet/ipprotosw.h
sys/netinet/raw_ip.c
sys/netinet6/in6_gif.c
sys/netinet6/ip6_var.h
sys/netinet6/ip6protosw.h
sys/netinet6/raw_ip6.c
sys/netproto/atalk/at_extern.h
sys/netproto/atalk/ddp_output.c
sys/netproto/key/keysock.c
sys/netproto/key/keysock.h
sys/sys/protosw.h