diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index dc7d96578905..d2b841a99a35 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -544,6 +544,8 @@ rip_output(struct mbuf *m, struct socket *so, u_long dst) * * When adding new socket options here, make sure to add access control * checks here as necessary. + * + * XXX-BZ inp locking? */ int rip_ctloutput(struct socket *so, struct sockopt *sopt)