about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/errnos.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-18 03:51:45 +0000
committerRoland McGrath <roland@gnu.org>1995-02-18 03:51:45 +0000
commit0ad46177053e2c91b967d7193eeaf43e82f279ea (patch)
tree35804bc94c9d7f43cd78398a061052e38f4e9141 /sysdeps/mach/hurd/errnos.h
parent28f540f45bbacd939bfd07f213bcad2bf730b1bf (diff)
downloadglibc-0ad46177053e2c91b967d7193eeaf43e82f279ea.tar.gz
glibc-0ad46177053e2c91b967d7193eeaf43e82f279ea.tar.xz
glibc-0ad46177053e2c91b967d7193eeaf43e82f279ea.zip
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
Diffstat (limited to 'sysdeps/mach/hurd/errnos.h')
-rw-r--r--sysdeps/mach/hurd/errnos.h110
1 files changed, 66 insertions, 44 deletions
diff --git a/sysdeps/mach/hurd/errnos.h b/sysdeps/mach/hurd/errnos.h
index 911af3c5c8..cd8e51e438 100644
--- a/sysdeps/mach/hurd/errnos.h
+++ b/sysdeps/mach/hurd/errnos.h
@@ -1,4 +1,4 @@
-/* This file generated by gawk manual/errno.texi ../mach/mach/message.h ../mach/mach/kern_return.h ../mach/mach/mig_errors.h ../mach/device/device_types.h.  */
+/* This file generated by gawk ../manual/errno.texi ../../mach/mach/message.h ../../mach/mach/kern_return.h ../../mach/mach/mig_errors.h ../../mach/device/device_types.h.  */
 
 /* The Hurd uses Mach error system 0x10, currently only subsystem 0. */
 #ifndef _HURD_ERRNO
@@ -55,10 +55,10 @@ enum __error_t_codes
 #define	EISDIR          _HURD_ERRNO (21)/* Is a directory */
 	EINVAL          = _HURD_ERRNO (22),
 #define	EINVAL          _HURD_ERRNO (22)/* Invalid argument */
-	EMFILE          = _HURD_ERRNO (23),
-#define	EMFILE          _HURD_ERRNO (23)/* Too many open files */
-	ENFILE          = _HURD_ERRNO (24),
-#define	ENFILE          _HURD_ERRNO (24)/* Too many open files in system */
+	EMFILE          = _HURD_ERRNO (24),
+#define	EMFILE          _HURD_ERRNO (24)/* Too many open files */
+	ENFILE          = _HURD_ERRNO (23),
+#define	ENFILE          _HURD_ERRNO (23)/* Too many open files in system */
 	ENOTTY          = _HURD_ERRNO (25),
 #define	ENOTTY          _HURD_ERRNO (25)/* Inappropriate ioctl for device */
 	ETXTBSY         = _HURD_ERRNO (26),
@@ -88,8 +88,6 @@ enum __error_t_codes
 #define	EALREADY        _HURD_ERRNO (37)/* Operation already in progress */
 	ENOTSOCK        = _HURD_ERRNO (38),
 #define	ENOTSOCK        _HURD_ERRNO (38)/* Socket operation on non-socket */
-	EDESTADDRREQ    = _HURD_ERRNO (39),
-#define	EDESTADDRREQ    _HURD_ERRNO (39)/* Destination address required */
 	EMSGSIZE        = _HURD_ERRNO (40),
 #define	EMSGSIZE        _HURD_ERRNO (40)/* Message too long */
 	EPROTOTYPE      = _HURD_ERRNO (41),
@@ -126,44 +124,68 @@ enum __error_t_codes
 #define	EISCONN         _HURD_ERRNO (56)/* Socket is already connected */
 	ENOTCONN        = _HURD_ERRNO (57),
 #define	ENOTCONN        _HURD_ERRNO (57)/* Socket is not connected */
+	EDESTADDRREQ    = _HURD_ERRNO (39),
+#define	EDESTADDRREQ    _HURD_ERRNO (39)/* Destination address required */
 	ESHUTDOWN       = _HURD_ERRNO (58),
 #define	ESHUTDOWN       _HURD_ERRNO (58)/* Can't send after socket shutdown */
-	ETIMEDOUT       = _HURD_ERRNO (59),
-#define	ETIMEDOUT       _HURD_ERRNO (59)/* Connection timed out */
-	ECONNREFUSED    = _HURD_ERRNO (60),
-#define	ECONNREFUSED    _HURD_ERRNO (60)/* Connection refused */
-	ELOOP           = _HURD_ERRNO (61),
-#define	ELOOP           _HURD_ERRNO (61)/* Too many levels of symbolic links */
-	ENAMETOOLONG    = _HURD_ERRNO (62),
-#define	ENAMETOOLONG    _HURD_ERRNO (62)/* File name too long */
-	EHOSTDOWN       = _HURD_ERRNO (63),
-#define	EHOSTDOWN       _HURD_ERRNO (63)/* Host is down */
-	EHOSTUNREACH    = _HURD_ERRNO (64),
-#define	EHOSTUNREACH    _HURD_ERRNO (64)/* No route to host */
-	ENOTEMPTY       = _HURD_ERRNO (65),
-#define	ENOTEMPTY       _HURD_ERRNO (65)/* Directory not empty */
-	EUSERS          = _HURD_ERRNO (66),
-#define	EUSERS          _HURD_ERRNO (66)/* Too many users */
-	EDQUOT          = _HURD_ERRNO (67),
-#define	EDQUOT          _HURD_ERRNO (67)/* Disc quota exceeded */
-	ESTALE          = _HURD_ERRNO (68),
-#define	ESTALE          _HURD_ERRNO (68)/* Stale NFS file handle */
-	EREMOTE         = _HURD_ERRNO (69),
-#define	EREMOTE         _HURD_ERRNO (69)/* Too many levels of remote in path */
-	ENOLCK          = _HURD_ERRNO (70),
-#define	ENOLCK          _HURD_ERRNO (70)/* No locks available */
-	ENOSYS          = _HURD_ERRNO (71),
-#define	ENOSYS          _HURD_ERRNO (71)/* Function not implemented */
-	EBACKGROUND     = _HURD_ERRNO (72),
-#define	EBACKGROUND     _HURD_ERRNO (72)/* Inappropriate operation for background process */
-	ED              = _HURD_ERRNO (73),
-#define	ED              _HURD_ERRNO (73)/* ? */
-	EGREGIOUS       = _HURD_ERRNO (74),
-#define	EGREGIOUS       _HURD_ERRNO (74)/* You really blew it this time */
-	EIEIO           = _HURD_ERRNO (75),
-#define	EIEIO           _HURD_ERRNO (75)/* Computer bought the farm */
-	EGRATUITOUS     = _HURD_ERRNO (76),
-#define	EGRATUITOUS     _HURD_ERRNO (76)/* Gratuitous error */
+	ETOOMANYREFS    = _HURD_ERRNO (59),
+#define	ETOOMANYREFS    _HURD_ERRNO (59)/* Too many references: can't splice */
+	ETIMEDOUT       = _HURD_ERRNO (60),
+#define	ETIMEDOUT       _HURD_ERRNO (60)/* Connection timed out */
+	ECONNREFUSED    = _HURD_ERRNO (61),
+#define	ECONNREFUSED    _HURD_ERRNO (61)/* Connection refused */
+	ELOOP           = _HURD_ERRNO (62),
+#define	ELOOP           _HURD_ERRNO (62)/* Too many levels of symbolic links */
+	ENAMETOOLONG    = _HURD_ERRNO (63),
+#define	ENAMETOOLONG    _HURD_ERRNO (63)/* File name too long */
+	EHOSTDOWN       = _HURD_ERRNO (64),
+#define	EHOSTDOWN       _HURD_ERRNO (64)/* Host is down */
+	EHOSTUNREACH    = _HURD_ERRNO (65),
+#define	EHOSTUNREACH    _HURD_ERRNO (65)/* No route to host */
+	ENOTEMPTY       = _HURD_ERRNO (66),
+#define	ENOTEMPTY       _HURD_ERRNO (66)/* Directory not empty */
+	EPROCLIM        = _HURD_ERRNO (67),
+#define	EPROCLIM        _HURD_ERRNO (67)/* Too many processes */
+	EUSERS          = _HURD_ERRNO (68),
+#define	EUSERS          _HURD_ERRNO (68)/* Too many users */
+	EDQUOT          = _HURD_ERRNO (69),
+#define	EDQUOT          _HURD_ERRNO (69)/* Disc quota exceeded */
+	ESTALE          = _HURD_ERRNO (70),
+#define	ESTALE          _HURD_ERRNO (70)/* Stale NFS file handle */
+	EREMOTE         = _HURD_ERRNO (71),
+#define	EREMOTE         _HURD_ERRNO (71)/* Too many levels of remote in path */
+	EBADRPC         = _HURD_ERRNO (72),
+#define	EBADRPC         _HURD_ERRNO (72)/* RPC struct is bad */
+	ERPCMISMATCH    = _HURD_ERRNO (73),
+#define	ERPCMISMATCH    _HURD_ERRNO (73)/* RPC version wrong */
+	EPROGUNAVAIL    = _HURD_ERRNO (74),
+#define	EPROGUNAVAIL    _HURD_ERRNO (74)/* RPC program not available */
+	EPROGMISMATCH   = _HURD_ERRNO (75),
+#define	EPROGMISMATCH   _HURD_ERRNO (75)/* RPC program version wrong */
+	EPROCUNAVAIL    = _HURD_ERRNO (76),
+#define	EPROCUNAVAIL    _HURD_ERRNO (76)/* RPC bad procedure for program */
+	ENOLCK          = _HURD_ERRNO (77),
+#define	ENOLCK          _HURD_ERRNO (77)/* No locks available */
+	EFTYPE          = _HURD_ERRNO (79),
+#define	EFTYPE          _HURD_ERRNO (79)/* Inappropriate file type or format */
+	EAUTH           = _HURD_ERRNO (80),
+#define	EAUTH           _HURD_ERRNO (80)/* Authentication error */
+	ENEEDAUTH       = _HURD_ERRNO (81),
+#define	ENEEDAUTH       _HURD_ERRNO (81)/* Need authenticator */
+	ENOSYS          = _HURD_ERRNO (78),
+#define	ENOSYS          _HURD_ERRNO (78)/* Function not implemented */
+	EBACKGROUND     = _HURD_ERRNO (100),
+#define	EBACKGROUND     _HURD_ERRNO (100)/* Inappropriate operation for background process */
+	EDIED           = _HURD_ERRNO (101),
+#define	EDIED           _HURD_ERRNO (101)/* Translator died */
+	ED              = _HURD_ERRNO (102),
+#define	ED              _HURD_ERRNO (102)/* ? */
+	EGREGIOUS       = _HURD_ERRNO (103),
+#define	EGREGIOUS       _HURD_ERRNO (103)/* You really blew it this time */
+	EIEIO           = _HURD_ERRNO (104),
+#define	EIEIO           _HURD_ERRNO (104)/* Computer bought the farm */
+	EGRATUITOUS     = _HURD_ERRNO (105),
+#define	EGRATUITOUS     _HURD_ERRNO (105)/* Gratuitous error */
 
 	/* Errors from <mach/message.h>.  */
 	EMACH_SEND_IN_PROGRESS          = 0x10000001,
@@ -245,7 +267,7 @@ enum __error_t_codes
 
 };
 
-#define	_HURD_ERRNOS	77
+#define	_HURD_ERRNOS	106
 
 /* User-visible type of error codes.  It is ok to use `int' or
    `kern_return_t' for these, but with `error_t' the debugger prints