diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-11-23 01:05:33 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-11-23 01:05:33 +0100 |
commit | 2f9ae0f8ac8610e13ced184847b57b87fe5db580 (patch) | |
tree | f9ad2223d518585a2cfe9ea1c73e1e37d07bf637 /sys/src/cmd/unix/drawterm/kern/error.c | |
parent | ea5797c0731203c09ec5fb7172e77eab2750f1a9 (diff) |
removing (outdated) drawterm
drawterm is much better maintained by russ cox,
so removing this outdated copy.
for a more recent version, go to:
http://swtch.com/drawterm/
Diffstat (limited to 'sys/src/cmd/unix/drawterm/kern/error.c')
-rw-r--r-- | sys/src/cmd/unix/drawterm/kern/error.c | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/sys/src/cmd/unix/drawterm/kern/error.c b/sys/src/cmd/unix/drawterm/kern/error.c deleted file mode 100644 index 465de475a..000000000 --- a/sys/src/cmd/unix/drawterm/kern/error.c +++ /dev/null @@ -1,50 +0,0 @@ -char Enoerror[] = "no error"; -char Emount[] = "inconsistent mount"; -char Eunmount[] = "not mounted"; -char Eunion[] = "not in union"; -char Emountrpc[] = "mount rpc error"; -char Eshutdown[] = "device shut down"; -char Enocreate[] = "mounted directory forbids creation"; -char Enonexist[] = "file does not exist"; -char Eexist[] = "file already exists"; -char Ebadsharp[] = "unknown device in # filename"; -char Enotdir[] = "not a directory"; -char Eisdir[] = "file is a directory"; -char Ebadchar[] = "bad character in file name"; -char Efilename[] = "file name syntax"; -char Eperm[] = "permission denied"; -char Ebadusefd[] = "inappropriate use of fd"; -char Ebadarg[] = "bad arg in system call"; -char Einuse[] = "device or object already in use"; -char Eio[] = "i/o error"; -char Etoobig[] = "read or write too large"; -char Etoosmall[] = "read or write too small"; -char Enoport[] = "network port not available"; -char Ehungup[] = "i/o on hungup channel"; -char Ebadctl[] = "bad process or channel control request"; -char Enodev[] = "no free devices"; -char Eprocdied[] = "process exited"; -char Enochild[] = "no living children"; -char Eioload[] = "i/o error in demand load"; -char Enovmem[] = "virtual memory allocation failed"; -char Ebadfd[] = "fd out of range or not open"; -char Enofd[] = "no free file descriptors"; -char Eisstream[] = "seek on a stream"; -char Ebadexec[] = "exec header invalid"; -char Etimedout[] = "connection timed out"; -char Econrefused[] = "connection refused"; -char Econinuse[] = "connection in use"; -char Eintr[] = "interrupted"; -char Enomem[] = "kernel allocate failed"; -char Enoswap[] = "swap space full"; -char Esoverlap[] = "segments overlap"; -char Emouseset[] = "mouse type already set"; -char Eshort[] = "i/o count too small"; -char Egreg[] = "ken has left the building"; -char Ebadspec[] = "bad attach specifier"; -char Enoreg[] = "process has no saved registers"; -char Enoattach[] = "mount/attach disallowed"; -char Eshortstat[] = "stat buffer too small"; -char Ebadstat[] = "malformed stat buffer"; -char Enegoff[] = "negative i/o offset"; -char Ecmdargs[] = "wrong #args in control message"; |