* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.

This commit is contained in:
Corinna Vinschen 2000-05-26 09:17:08 +00:00
parent e1e61b9ae5
commit 92918f6e4f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed May 26 11:16:00 2000 Corinna Vinschen <corinna@vinschen.de>
* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.
Fri May 26 02:23:35 2000 Christopher Faylor <cgf@cygnus.com>
* sigproc.h (sigframe::set): Accept a default frame pointer.

View File

@ -51,6 +51,7 @@ errmap[] =
X (REM_NOT_LIST, ENONET),
X (DUP_NAME, ENOTUNIQ),
X (BAD_NETPATH, ENOSHARE),
X (BAD_NET_NAME, ENOSHARE),
X (FILE_EXISTS, EEXIST),
X (CANNOT_MAKE, EPERM),
X (INVALID_PARAMETER, EINVAL),