diff options
author | Robert Griesemer <gri@golang.org> | 2010-03-02 13:46:51 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2010-03-02 13:46:51 -0800 |
commit | 10f55215a4d4ac643bf04202704b4fec01417bba (patch) | |
tree | e6032529c69dbf4925dc7da8a0641ff6bb264b3d /src/pkg/syscall/zerrors_linux_amd64.go | |
parent | edc1c5e40d5b639a38b7a0b7484d51edab3bcb62 (diff) | |
download | golang-10f55215a4d4ac643bf04202704b4fec01417bba.tar.gz |
gofmt: experiment: align values in map composites where possible
- gofmt -w src misc
- looking for feedback
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223076
Diffstat (limited to 'src/pkg/syscall/zerrors_linux_amd64.go')
-rw-r--r-- | src/pkg/syscall/zerrors_linux_amd64.go | 194 |
1 files changed, 97 insertions, 97 deletions
diff --git a/src/pkg/syscall/zerrors_linux_amd64.go b/src/pkg/syscall/zerrors_linux_amd64.go index ba744a70c..09ab33b30 100644 --- a/src/pkg/syscall/zerrors_linux_amd64.go +++ b/src/pkg/syscall/zerrors_linux_amd64.go @@ -526,134 +526,134 @@ const ( // Error table var errors = [...]string{ - 7: "argument list too long", - 13: "permission denied", - 98: "address already in use", - 99: "cannot assign requested address", - 68: "advertise error", - 97: "address family not supported by protocol", - 11: "resource temporarily unavailable", + 7: "argument list too long", + 13: "permission denied", + 98: "address already in use", + 99: "cannot assign requested address", + 68: "advertise error", + 97: "address family not supported by protocol", + 11: "resource temporarily unavailable", 114: "operation already in progress", - 52: "invalid exchange", - 9: "bad file descriptor", - 77: "file descriptor in bad state", - 74: "bad message", - 53: "invalid request descriptor", - 56: "invalid request code", - 57: "invalid slot", - 59: "bad font file format", - 16: "device or resource busy", + 52: "invalid exchange", + 9: "bad file descriptor", + 77: "file descriptor in bad state", + 74: "bad message", + 53: "invalid request descriptor", + 56: "invalid request code", + 57: "invalid slot", + 59: "bad font file format", + 16: "device or resource busy", 125: "operation canceled", - 10: "no child processes", - 44: "channel number out of range", - 70: "communication error on send", + 10: "no child processes", + 44: "channel number out of range", + 70: "communication error on send", 103: "software caused connection abort", 111: "connection refused", 104: "connection reset by peer", - 35: "resource deadlock avoided", - 89: "destination address required", - 33: "numerical argument out of domain", - 73: "RFS specific error", + 35: "resource deadlock avoided", + 89: "destination address required", + 33: "numerical argument out of domain", + 73: "RFS specific error", 122: "disk quota exceeded", - 17: "file exists", - 14: "bad address", - 27: "file too large", + 17: "file exists", + 14: "bad address", + 27: "file too large", 112: "host is down", 113: "no route to host", - 43: "identifier removed", - 84: "invalid or incomplete multibyte or wide character", + 43: "identifier removed", + 84: "invalid or incomplete multibyte or wide character", 115: "operation now in progress", - 4: "interrupted system call", - 22: "invalid argument", - 5: "input/output error", + 4: "interrupted system call", + 22: "invalid argument", + 5: "input/output error", 106: "transport endpoint is already connected", - 21: "is a directory", + 21: "is a directory", 120: "is a named type file", 127: "key has expired", 129: "key was rejected by service", 128: "key has been revoked", - 51: "level 2 halted", - 45: "level 2 not synchronized", - 46: "level 3 halted", - 47: "level 3 reset", - 79: "can not access a needed shared library", - 80: "accessing a corrupted shared library", - 83: "cannot exec a shared library directly", - 82: "attempting to link in too many shared libraries", - 81: ".lib section in a.out corrupted", - 48: "link number out of range", - 40: "too many levels of symbolic links", + 51: "level 2 halted", + 45: "level 2 not synchronized", + 46: "level 3 halted", + 47: "level 3 reset", + 79: "can not access a needed shared library", + 80: "accessing a corrupted shared library", + 83: "cannot exec a shared library directly", + 82: "attempting to link in too many shared libraries", + 81: ".lib section in a.out corrupted", + 48: "link number out of range", + 40: "too many levels of symbolic links", 124: "wrong medium type", - 24: "too many open files", - 31: "too many links", - 90: "message too long", - 72: "multihop attempted", - 36: "file name too long", + 24: "too many open files", + 31: "too many links", + 90: "message too long", + 72: "multihop attempted", + 36: "file name too long", 119: "no XENIX semaphores available", 100: "network is down", 102: "network dropped connection on reset", 101: "network is unreachable", - 23: "too many open files in system", - 55: "no anode", + 23: "too many open files in system", + 55: "no anode", 105: "no buffer space available", - 50: "no CSI structure available", - 61: "no data available", - 19: "no such device", - 2: "no such file or directory", - 8: "exec format error", + 50: "no CSI structure available", + 61: "no data available", + 19: "no such device", + 2: "no such file or directory", + 8: "exec format error", 126: "required key not available", - 37: "no locks available", - 67: "link has been severed", + 37: "no locks available", + 67: "link has been severed", 123: "no medium found", - 12: "cannot allocate memory", - 42: "no message of desired type", - 64: "machine is not on the network", - 65: "package not installed", - 92: "protocol not available", - 28: "no space left on device", - 63: "out of streams resources", - 60: "device not a stream", - 38: "function not implemented", - 15: "block device required", + 12: "cannot allocate memory", + 42: "no message of desired type", + 64: "machine is not on the network", + 65: "package not installed", + 92: "protocol not available", + 28: "no space left on device", + 63: "out of streams resources", + 60: "device not a stream", + 38: "function not implemented", + 15: "block device required", 107: "transport endpoint is not connected", - 20: "not a directory", - 39: "directory not empty", + 20: "not a directory", + 39: "directory not empty", 118: "not a XENIX named type file", 131: "state not recoverable", - 88: "socket operation on non-socket", - 95: "operation not supported", - 25: "inappropriate ioctl for device", - 76: "name not unique on network", - 6: "no such device or address", - 75: "value too large for defined data type", + 88: "socket operation on non-socket", + 95: "operation not supported", + 25: "inappropriate ioctl for device", + 76: "name not unique on network", + 6: "no such device or address", + 75: "value too large for defined data type", 130: "owner died", - 1: "operation not permitted", - 96: "protocol family not supported", - 32: "broken pipe", - 71: "protocol error", - 93: "protocol not supported", - 91: "protocol wrong type for socket", - 34: "numerical result out of range", - 78: "remote address changed", - 66: "object is remote", + 1: "operation not permitted", + 96: "protocol family not supported", + 32: "broken pipe", + 71: "protocol error", + 93: "protocol not supported", + 91: "protocol wrong type for socket", + 34: "numerical result out of range", + 78: "remote address changed", + 66: "object is remote", 121: "remote I/O error", - 85: "interrupted system call should be restarted", + 85: "interrupted system call should be restarted", 132: "unknown error 132", - 30: "read-only file system", + 30: "read-only file system", 108: "cannot send after transport endpoint shutdown", - 94: "socket type not supported", - 29: "illegal seek", - 3: "no such process", - 69: "srmount error", + 94: "socket type not supported", + 29: "illegal seek", + 3: "no such process", + 69: "srmount error", 116: "stale NFS file handle", - 86: "streams pipe error", - 62: "timer expired", + 86: "streams pipe error", + 62: "timer expired", 110: "connection timed out", 109: "too many references: cannot splice", - 26: "text file busy", + 26: "text file busy", 117: "structure needs cleaning", - 49: "protocol driver not attached", - 87: "too many users", - 18: "invalid cross-device link", - 54: "exchange full", + 49: "protocol driver not attached", + 87: "too many users", + 18: "invalid cross-device link", + 54: "exchange full", } |