Changeset 389


Ignore:
Timestamp:
Jul 15, 2003, 8:49:55 PM (22 years ago)
Author:
bird
Message:

#427,#434: FreeBSD 5.1 level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/misc/syserr.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r388 r389  
    1616  /*  9 EBADF          */ "Bad file number",
    1717  /* 10 ECHILD         */ "No children",
    18   /* 11 EAGAIN         */ "Resource temporarily unavailable",
     18  /* 11 EDEADLK        */ "Resource deadlock avoided",
    1919  /* 12 ENOMEM         */ "Not enough memory",
    2020  /* 13 EACCES         */ "Permission denied",
    2121  /* 14 EFAULT         */ "Bad address",
    22   /* 15 ENOLCK         */ "No locks available",
     22  /* 15 ENOTBLK        */ "Block device required",
    2323  /* 16 EBUSY          */ "Resource busy",
    2424  /* 17 EEXIST         */ "File exists",
     
    3131  /* 24 EMFILE         */ "Too many open files",
    3232  /* 25 ENOTTY         */ "Inappropriate ioctl",
    33   /* 26 EDEADLK        */ "Resource deadlock avoided",
     33  /* 26 ETXTBSY        */ "Text file busy",
    3434  /* 27 EFBIG          */ "File too large",
    3535  /* 28 ENOSPC         */ "Disk full",
     
    4040  /* 33 EDOM           */ "Domain error",
    4141  /* 34 ERANGE         */ "Result too large",
    42   /* 35 ENOTEMPTY      */ "Directory not empty",
     42  /* 35 EAGAIN         */ "Resource temporarily unavailable",
    4343  /* 36 EINPROGRESS    */ "Operation now in progress",
    44   /* 37 ENOSYS         */ "Function not implemented",
    45   /* 38 ENAMETOOLONG   */ "File name too long",
     44  /* 37 EALREADY       */ "Operation already in progress"
     45  /* 38 ENOTSOCK       */ "Socket operation on non-socket",
    4646  /* 39 EDESTADDRREQ   */ "Destination address required",
    4747  /* 40 EMSGSIZE       */ "Message too long",
     
    6868  /* 61 ECONNREFUSED   */ "Connection refused",
    6969  /* 62 ELOOP          */ "Too many levels of symbolic links",
    70   /* 63 ENOTSOCK       */ "Socket operation on non-socket",
     70  /* 63 ENAMETOOLONG   */ "File name too long",
    7171  /* 64 EHOSTDOWN      */ "Host is down",
    7272  /* 65 EHOSTUNREACH   */ "No route to host",
    73   /* 66 EALREADY       */ "Operation already in progress"
     73  /* 66 ENOTEMPTY      */ "Directory not empty",
     74  /* 67 Exxxxx         */ "unused error number",
     75  /* 68 Exxxxx         */ "unused error number",
     76  /* 69 Exxxxx         */ "unused error number",
     77  /* 70 Exxxxx         */ "unused error number",
     78  /* 71 Exxxxx         */ "unused error number",
     79  /* 72 Exxxxx         */ "unused error number",
     80  /* 73 Exxxxx         */ "unused error number",
     81  /* 74 Exxxxx         */ "unused error number",
     82  /* 75 Exxxxx         */ "unused error number",
     83  /* 76 Exxxxx         */ "unused error number",
     84  /* 77 ENOLCK         */ "No locks available",
     85  /* 78 ENOSYS         */ "Function not implemented",
    7486};
    7587
Note: See TracChangeset for help on using the changeset viewer.