diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2014-08-15 02:43:02 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-08-15 02:43:02 +0000 |
commit | 73d76e77b613b979905eb52f71d79ccd1cf1a254 (patch) | |
tree | 90287a018d09f955a0b1cf0fd76ba4a32715f145 /sys/net/if_stf.c | |
parent | 6e8f9f511379543f92eb2796153142164d4e6fc1 (diff) | |
download | src-test2-73d76e77b613b979905eb52f71d79ccd1cf1a254.tar.gz src-test2-73d76e77b613b979905eb52f71d79ccd1cf1a254.zip |
Notes
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r-- | sys/net/if_stf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c index 14116cc87981..7b6fbcfb7418 100644 --- a/sys/net/if_stf.c +++ b/sys/net/if_stf.c @@ -171,7 +171,7 @@ struct protosw in_stf_protosw = { .pr_protocol = IPPROTO_IPV6, .pr_flags = PR_ATOMIC|PR_ADDR, .pr_input = in_stf_input, - .pr_output = (pr_output_t *)rip_output, + .pr_output = rip_output, .pr_ctloutput = rip_ctloutput, .pr_usrreqs = &rip_usrreqs }; |