add EAUTH, ENEEDAUTH, EIDRM

This commit is contained in:
mikel 1998-02-06 08:44:21 +00:00
parent 4de16acd9c
commit fff4d1182d
3 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: errlist.c,v 1.6 1997/10/09 11:31:05 mycroft Exp $ */
/* $NetBSD: errlist.c,v 1.7 1998/02/06 08:44:21 mikel Exp $ */
/*
* Copyright (c) 1982, 1985, 1993
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)errlst.c 8.2 (Berkeley) 11/16/93";
#else
__RCSID("$NetBSD: errlist.c,v 1.6 1997/10/09 11:31:05 mycroft Exp $");
__RCSID("$NetBSD: errlist.c,v 1.7 1998/02/06 08:44:21 mikel Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -140,6 +140,12 @@ const char *const _sys_errlist[] = {
"No locks available", /* 77 - ENOLCK */
"Function not implemented", /* 78 - ENOSYS */
"Inappropriate file type or format", /* 79 - EFTYPE */
"Authentication error", /* 80 - EAUTH */
"Need authenticator", /* 81 - ENEEDAUTH */
/* SystemV IPC */
"Identifier removed", /* 82 - EIDRM */
};
const int _sys_nerr = { sizeof _sys_errlist/sizeof _sys_errlist[0] };

View File

@ -157,6 +157,12 @@ $ ENOSYS
78 Function not implemented
$ EFTYPE
79 Inappropriate file type or format
$ EAUTH
80 Authentication error
$ ENEEDAUTH
81 Need authenticator
$ EIDRM
82 Identifier removed
$set 2
$ SIGHUP
1 Hangup

View File

@ -157,6 +157,12 @@ $ ENOSYS
78 Unctionfay otnay implementedway
$ EFTYPE
79 Inappropriateway ilefay ypetay orway ormatfay
$ EAUTH
80 Authenticationway errorway
$ ENEEDAUTH
81 Eednay authenticatorway
$ EIDRM
82 Identifierway emovedray
$set 2
$ SIGHUP
1 Anguphay