From 7bbbf333d766ef2a42ac0fe2635abc92dc100190 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 25 Jul 2018 00:18:21 +0000 Subject: [PATCH] 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 --- sys/sys/sockopt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/sockopt.h b/sys/sys/sockopt.h index 7f19ecf886e..e7cc6cf0657 100644 --- a/sys/sys/sockopt.h +++ b/sys/sys/sockopt.h @@ -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);