linux_errno.h revision 1.2
1/* 	$NetBSD: linux_errno.h,v 1.2 1998/10/01 01:03:38 erh Exp $	*/
2
3/*-
4 * Copyright (c) 1998 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Eric Haszlakiewicz.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 *    notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 *    notice, this list of conditions and the following disclaimer in the
17 *    documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 *    must display the following acknowledgement:
20 *	This product includes software developed by the NetBSD
21 *	Foundation, Inc. and its contributors.
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
23 *    contributors may be used to endorse or promote products derived
24 *    from this software without specific prior written permission.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 * POSSIBILITY OF SUCH DAMAGE.
37 */
38
39/*
40 * Copyright (c) 1995 Frank van der Linden
41 * All rights reserved.
42 *
43 * Redistribution and use in source and binary forms, with or without
44 * modification, are permitted provided that the following conditions
45 * are met:
46 * 1. Redistributions of source code must retain the above copyright
47 *    notice, this list of conditions and the following disclaimer.
48 * 2. Redistributions in binary form must reproduce the above copyright
49 *    notice, this list of conditions and the following disclaimer in the
50 *    documentation and/or other materials provided with the distribution.
51 * 3. All advertising materials mentioning features or use of this software
52 *    must display the following acknowledgement:
53 *      This product includes software developed for the NetBSD Project
54 *      by Frank van der Linden
55 * 4. The name of the author may not be used to endorse or promote products
56 *    derived from this software without specific prior written permission
57 *
58 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
59 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
60 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
61 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
62 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
63 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
64 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
65 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
66 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
67 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68 */
69
70#ifndef _I386_LINUX_ERRNO_H
71#define _I386_LINUX_ERRNO_H
72
73/* Use common/linux_errno.h for #1-35 */
74
75#define LINUX_ENAMETOOLONG	36
76#define LINUX_ENOLCK		37
77#define LINUX_ENOSYS		38
78#define LINUX_ENOTEMPTY		39
79#define LINUX_ELOOP		40
80#define LINUX_ENOMSG		42
81#define LINUX_EIDRM		43
82#define LINUX_ECHRNG		44
83#define LINUX_EL2NSYNC		45
84#define LINUX_EL3HLT		46
85#define LINUX_EL3RST		47
86#define LINUX_ELNRNG		48
87#define LINUX_EUNATCH		49
88#define LINUX_ENOCSI		50
89#define LINUX_EL2HLT		51
90#define LINUX_EBADE		52
91#define LINUX_EBADR		53
92#define LINUX_EXFULL		54
93#define LINUX_ENOANO		55
94#define LINUX_EBADRQC		56
95#define LINUX_EBADSLT		57
96#define LINUX_EDEADLOCK		58
97#define LINUX_EBFONT		59
98#define LINUX_ENOSTR		60
99#define LINUX_ENODATA		61
100#define LINUX_ETIME		62
101#define LINUX_ENOSR		63
102#define LINUX_ENONET		64
103#define LINUX_ENOPKG		65
104#define LINUX_EREMOTE		66
105#define LINUX_ENOLINK		67
106#define LINUX_EADV		68
107#define LINUX_ESRMNT		69
108#define LINUX_ECOMM		70
109#define LINUX_EPROTO		71
110#define LINUX_EMULTIHOP		72
111#define LINUX_EDOTDOT		73
112#define LINUX_EBADMSG		74
113#define LINUX_EOVERFLOW		75
114#define LINUX_ENOTUNIQ		76
115#define LINUX_EBADFD		77
116#define LINUX_EREMCHG		78
117#define LINUX_ELIBACC		79
118#define LINUX_ELIBBAD		80
119#define LINUX_ELIBSCN		81
120#define LINUX_ELIBMAX		82
121#define LINUX_ELIBEXEC		83
122#define LINUX_EILSEQ		84
123#define LINUX_ERESTART		85
124#define LINUX_ESTRPIPE		86
125#define LINUX_EUSERS		87
126#define LINUX_ENOTSOCK		88
127#define LINUX_EDESTADDRREQ	89
128#define LINUX_EMSGSIZE		90
129#define LINUX_EPROTOTYPE	91
130#define LINUX_ENOPROTOOPT	92
131#define LINUX_EPROTONOSUPPORT	93
132#define LINUX_ESOCKTNOSUPPORT	94
133#define LINUX_EOPNOTSUPP	95
134#define LINUX_EPFNOSUPPORT	96
135#define LINUX_EAFNOSUPPORT	97
136#define LINUX_EADDRINUSE	98
137#define LINUX_EADDRNOTAVAIL	99
138#define LINUX_ENETDOWN		100
139#define LINUX_ENETUNREACH	101
140#define LINUX_ENETRESET		102
141#define LINUX_ECONNABORTED	103
142#define LINUX_ECONNRESET	104
143#define LINUX_ENOBUFS		105
144#define LINUX_EISCONN		106
145#define LINUX_ENOTCONN		107
146#define LINUX_ESHUTDOWN		108
147#define LINUX_ETOOMANYREFS	109
148#define LINUX_ETIMEDOUT		110
149#define LINUX_ECONNREFUSED	111
150#define LINUX_EHOSTDOWN		112
151#define LINUX_EHOSTUNREACH	113
152#define LINUX_EALREADY		114
153#define LINUX_EINPROGRESS	115
154#define LINUX_ESTALE		116
155#define LINUX_EUCLEAN		117
156#define LINUX_ENOTNAM		118
157#define LINUX_ENAVAIL		119
158#define LINUX_EISNAM		120
159#define LINUX_EREMOTEIO		121
160#define LINUX_EDQUOT		122
161
162#endif /* !_I386_LINUX_ERRNO_H */
163