mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fixed a typo in the comment for sv_errsize.
This commit is contained in:
parent
d02e870c7e
commit
04a4979760
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15036
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: sysent.h,v 1.7 1996/03/02 19:38:20 peter Exp $
|
||||
* $Id: sysent.h,v 1.8 1996/03/29 14:29:50 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSENT_H_
|
||||
|
@ -52,7 +52,7 @@ struct sysentvec {
|
|||
u_int sv_mask; /* optional mask to index */
|
||||
int sv_sigsize; /* size of signal translation table */
|
||||
int *sv_sigtbl; /* signal translation table */
|
||||
int sv_errsize; /* size of signal translation table */
|
||||
int sv_errsize; /* size of errno translation table */
|
||||
int *sv_errtbl; /* errno translation table */
|
||||
int (*sv_fixup) __P((int **, struct image_params *));
|
||||
/* stack fixup function */
|
||||
|
|
Loading…
Reference in a new issue