Catch up with r186809, correct comments.

This commit is contained in:
Kevin Lo 2014-06-23 05:17:39 +00:00
parent 8cf27a3330
commit ea93c6a613
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ struct protosw {
pr_slowtimo_t *pr_slowtimo; /* slow timeout (500ms) */
pr_drain_t *pr_drain; /* flush any excess space possible */
struct pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */
struct pr_usrreqs *pr_usrreqs; /* user-protocol hook */
};
.Ed
.Pp

View File

@ -138,7 +138,7 @@ struct ip6protosw {
(void);
void (*pr_drain) /* flush any excess space possible */
(void);
struct pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */
struct pr_usrreqs *pr_usrreqs; /* user-protocol hook */
};
#ifdef _KERNEL