sockopt.h: remove stale comment
Some old compatibility bits were removed in r227503 but this comment was left behind. Reported by: br, via review D11962 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a1af6319dc
commit
dd19047d47
@ -62,7 +62,6 @@ int sosetopt(struct socket *so, struct sockopt *sopt);
|
|||||||
int sogetopt(struct socket *so, struct sockopt *sopt);
|
int sogetopt(struct socket *so, struct sockopt *sopt);
|
||||||
int sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen);
|
int sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen);
|
||||||
int sooptcopyout(struct sockopt *sopt, const void *buf, size_t len);
|
int sooptcopyout(struct sockopt *sopt, const void *buf, size_t len);
|
||||||
/* XXX; prepare mbuf for (__FreeBSD__ < 3) routines. */
|
|
||||||
int soopt_getm(struct sockopt *sopt, struct mbuf **mp);
|
int soopt_getm(struct sockopt *sopt, struct mbuf **mp);
|
||||||
int soopt_mcopyin(struct sockopt *sopt, struct mbuf *m);
|
int soopt_mcopyin(struct sockopt *sopt, struct mbuf *m);
|
||||||
int soopt_mcopyout(struct sockopt *sopt, struct mbuf *m);
|
int soopt_mcopyout(struct sockopt *sopt, struct mbuf *m);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user