Subversion Repositories SvarDOS

Rev

Rev 616 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 616 Rev 886
1
#ifndef __SYS_WERRNO_ERR
1
#ifndef __SYS_WERRNO_ERR
2
#define __SYS_WERRNO_ERR
2
#define __SYS_WERRNO_ERR
3
 
3
 
4
/*
4
/*
5
 * THIS FILE IS GENERATED BY E:\NET\WATT\UTIL\MS_ERR.EXE. DO NOT EDIT.
5
 * THIS FILE IS GENERATED BY E:\NET\WATT\UTIL\MS_ERR.EXE. DO NOT EDIT.
6
 *
6
 *
7
 * Watt-32 errnos are after vendor's errnos (1 - 36)
7
 * Watt-32 errnos are after vendor's errnos (1 - 36)
8
 */
8
 */
9
 
9
 
10
#ifndef _MSC_VER
10
#ifndef _MSC_VER
11
#error This file is only for use by "_MSC_VER"
11
#error This file is only for use by "_MSC_VER"
12
#endif
12
#endif
13
 
13
 
14
#define EWOULDBLOCK       37
14
#define EWOULDBLOCK       37
15
#define EDOM              33
15
#define EDOM              33
16
#define ERANGE            34
16
#define ERANGE            34
17
#define E2BIG             7
17
#define E2BIG             7
18
#define EACCES            13
18
#define EACCES            13
19
#define EAGAIN            11
19
#define EAGAIN            11
20
#define EBADF             9
20
#define EBADF             9
21
#define EBUSY             16
21
#define EBUSY             16
22
#define ECHILD            10
22
#define ECHILD            10
23
#define EDEADLK           38
23
#define EDEADLK           38
24
#define EEXIST            17
24
#define EEXIST            17
25
#define EFAULT            14
25
#define EFAULT            14
26
#define EFBIG             27
26
#define EFBIG             27
27
#define EINTR             4
27
#define EINTR             4
28
#define EINVAL            22
28
#define EINVAL            22
29
#define EIO               5
29
#define EIO               5
30
#define EISDIR            21
30
#define EISDIR            21
31
#define EMFILE            24
31
#define EMFILE            24
32
#define EMLINK            31
32
#define EMLINK            31
33
#define ENAMETOOLONG      39
33
#define ENAMETOOLONG      39
34
#define ENFILE            23
34
#define ENFILE            23
35
#define ENODEV            19
35
#define ENODEV            19
36
#define ENOENT            2
36
#define ENOENT            2
37
#define ENOEXEC           8
37
#define ENOEXEC           8
38
#define ENOLCK            40
38
#define ENOLCK            40
39
#define ENOMEM            12
39
#define ENOMEM            12
40
#define ENOSPC            28
40
#define ENOSPC            28
41
#define ENOSYS            41
41
#define ENOSYS            41
42
#define ENOTDIR           20
42
#define ENOTDIR           20
43
#define ENOTEMPTY         42
43
#define ENOTEMPTY         42
44
#define ENOTTY            25
44
#define ENOTTY            25
45
#define ENXIO             6
45
#define ENXIO             6
46
#define EPERM             1
46
#define EPERM             1
47
#define EPIPE             32
47
#define EPIPE             32
48
#define EROFS             30
48
#define EROFS             30
49
#define ESPIPE            29
49
#define ESPIPE            29
50
#define ESRCH             3
50
#define ESRCH             3
51
#define EXDEV             18
51
#define EXDEV             18
52
#define ENMFILE           43
52
#define ENMFILE           43
53
#define EINPROGRESS       44
53
#define EINPROGRESS       44
54
#define EALREADY          45
54
#define EALREADY          45
55
#define ENOTSOCK          46
55
#define ENOTSOCK          46
56
#define EDESTADDRREQ      47
56
#define EDESTADDRREQ      47
57
#define EMSGSIZE          48
57
#define EMSGSIZE          48
58
#define EPROTOTYPE        49
58
#define EPROTOTYPE        49
59
#define ENOPROTOOPT       50
59
#define ENOPROTOOPT       50
60
#define EPROTONOSUPPORT   51
60
#define EPROTONOSUPPORT   51
61
#define ESOCKTNOSUPPORT   52
61
#define ESOCKTNOSUPPORT   52
62
#define EOPNOTSUPP        53
62
#define EOPNOTSUPP        53
63
#define EPFNOSUPPORT      54
63
#define EPFNOSUPPORT      54
64
#define EAFNOSUPPORT      55
64
#define EAFNOSUPPORT      55
65
#define EADDRINUSE        56
65
#define EADDRINUSE        56
66
#define EADDRNOTAVAIL     57
66
#define EADDRNOTAVAIL     57
67
#define ENETDOWN          58
67
#define ENETDOWN          58
68
#define ENETUNREACH       59
68
#define ENETUNREACH       59
69
#define ENETRESET         60
69
#define ENETRESET         60
70
#define ECONNABORTED      61
70
#define ECONNABORTED      61
71
#define ECONNRESET        62
71
#define ECONNRESET        62
72
#define ENOBUFS           63
72
#define ENOBUFS           63
73
#define EISCONN           64
73
#define EISCONN           64
74
#define ENOTCONN          65
74
#define ENOTCONN          65
75
#define ESHUTDOWN         66
75
#define ESHUTDOWN         66
76
#define ETIMEDOUT         67
76
#define ETIMEDOUT         67
77
#define ECONNREFUSED      68
77
#define ECONNREFUSED      68
78
#define EHOSTDOWN         69
78
#define EHOSTDOWN         69
79
#define EHOSTUNREACH      70
79
#define EHOSTUNREACH      70
80
#define ESTALE            71
80
#define ESTALE            71
81
#define EREMOTE           72
81
#define EREMOTE           72
82
#define EBADRPC           73
82
#define EBADRPC           73
83
#define ERPCMISMATCH      74
83
#define ERPCMISMATCH      74
84
#define EPROGUNAVAIL      75
84
#define EPROGUNAVAIL      75
85
#define EPROGMISMATCH     76
85
#define EPROGMISMATCH     76
86
#define EPROCUNAVAIL      77
86
#define EPROCUNAVAIL      77
87
#define EILSEQ            78
87
#define EILSEQ            78
88
#define EINVFNC           79
88
#define EINVFNC           79
89
#define ENOPATH           80
89
#define ENOPATH           80
90
#define ECONTR            81
90
#define ECONTR            81
91
#define EINVMEM           82
91
#define EINVMEM           82
92
#define EINVENV           83
92
#define EINVENV           83
93
#define EINVFMT           84
93
#define EINVFMT           84
94
#define EINVACC           85
94
#define EINVACC           85
95
#define EINVDAT           86
95
#define EINVDAT           86
96
#define EDEADLOCK         36
96
#define EDEADLOCK         36
97
#define ECURDIR           87
97
#define ECURDIR           87
98
#define ENOTSAM           88
98
#define ENOTSAM           88
99
#define ETXTBSY           26
99
#define ETXTBSY           26
100
#define ENOTBLK           15
100
#define ENOTBLK           15
101
#define EUCLEAN           35
101
#define EUCLEAN           35
102
#define ETOOMANYREFS      89
102
#define ETOOMANYREFS      89
103
#define ELOOP             90
103
#define ELOOP             90
104
#define EPROCLIM          91
104
#define EPROCLIM          91
105
#define EUSERS            92
105
#define EUSERS            92
106
#define EDQUOT            93
106
#define EDQUOT            93
107
#define EVDBAD            94
107
#define EVDBAD            94
108
#define ENORMTWD          95
108
#define ENORMTWD          95
109
 
109
 
110
#endif /* __SYS_WERRNO_ERR */
110
#endif /* __SYS_WERRNO_ERR */
111
 
111