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/netinet/ip_var.h | |
| parent | 6e8f9f511379543f92eb2796153142164d4e6fc1 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 4b4b135217f1..c2ab8b43d843 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -235,7 +235,7 @@ void rip_init(void); void rip_destroy(void); #endif int rip_input(struct mbuf **, int *, int); -int rip_output(struct mbuf *, struct socket *, u_long); +int rip_output(struct mbuf *, struct socket *, ...); int ipip_input(struct mbuf **, int *, int); int rsvp_input(struct mbuf **, int *, int); int ip_rsvp_init(struct socket *); |
