diff options
Diffstat (limited to 'sys/sys/protosw.h')
-rw-r--r-- | sys/sys/protosw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 2bc8a45329e..1b300953e1e 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -1,4 +1,4 @@ -/* $OpenBSD: protosw.h,v 1.21 2017/01/29 19:58:47 bluhm Exp $ */ +/* $OpenBSD: protosw.h,v 1.22 2017/02/01 20:59:47 dhill Exp $ */ /* $NetBSD: protosw.h,v 1.10 1996/04/09 20:55:32 cgd Exp $ */ /*- @@ -75,7 +75,7 @@ struct protosw { /* control input (from below) */ void (*pr_ctlinput)(int, struct sockaddr *, u_int, void *); /* control output (from above) */ - int (*pr_ctloutput)(int, struct socket *, int, int, struct mbuf **); + int (*pr_ctloutput)(int, struct socket *, int, int, struct mbuf *); /* user-protocol hook */ /* user request: see list below */ |