mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
e92a42059b
commit
7bbbf333d7
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ int sosetopt(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 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_mcopyin(struct sockopt *sopt, struct mbuf *m);
|
||||
int soopt_mcopyout(struct sockopt *sopt, struct mbuf *m);
|
||||
|
|
|
|||
Loading…
Reference in a new issue