diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-08-11 15:35:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-08-11 15:35:59 +0000 |
| commit | c948b4bc6480e72fbbc2cbed626bef5c83a96f2a (patch) | |
| tree | e428bbef43ff9ec10d92c83d066dfff840204a94 /sys | |
| parent | 216a5fbf371c8c4ed2ce7a619ed8fc4a9d61229f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/protosw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index e227ea38d6c6..132b199c1f56 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -242,7 +242,7 @@ struct pr_usrreqs { }; /* - * below. All functions return EOPNOTSUPP. + * All nonvoid pru_*() functions below return EOPNOTSUPP. */ int pru_abort_notsupp(struct socket *so); |
