Changeset 632 for trunk/src/ash/error.c


Ignore:
Timestamp:
Nov 26, 2006, 2:46:21 PM (19 years ago)
Author:
bird
Message:

MSC hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/error.c

    r626 r632  
    315315        { ENXIO,        ALL,    "no such device or address" },
    316316        { EROFS,        ALL,    "read-only file system" },
     317#ifdef ETXTBSY
    317318        { ETXTBSY,      ALL,    "text busy" },
     319#endif
    318320#ifdef EAGAIN
    319321        { EAGAIN,       E_EXEC, "not enough memory" },
Note: See TracChangeset for help on using the changeset viewer.