summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zerrors_freebsd_386.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-03-02 13:46:51 -0800
committerRobert Griesemer <gri@golang.org>2010-03-02 13:46:51 -0800
commit10f55215a4d4ac643bf04202704b4fec01417bba (patch)
treee6032529c69dbf4925dc7da8a0641ff6bb264b3d /src/pkg/syscall/zerrors_freebsd_386.go
parentedc1c5e40d5b639a38b7a0b7484d51edab3bcb62 (diff)
downloadgolang-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_freebsd_386.go')
-rw-r--r--src/pkg/syscall/zerrors_freebsd_386.go18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/pkg/syscall/zerrors_freebsd_386.go b/src/pkg/syscall/zerrors_freebsd_386.go
index 4c1b828e5..a519f3479 100644
--- a/src/pkg/syscall/zerrors_freebsd_386.go
+++ b/src/pkg/syscall/zerrors_freebsd_386.go
@@ -536,7 +536,7 @@ const (
// Error table
var errors = [...]string{
- 7: "argument list too long",
+ 7: "argument list too long",
13: "permission denied",
48: "address already in use",
49: "can't assign requested address",
@@ -544,7 +544,7 @@ var errors = [...]string{
35: "resource temporarily unavailable",
37: "operation already in progress",
80: "authentication error",
- 9: "bad file descriptor",
+ 9: "bad file descriptor",
89: "bad message",
72: "RPC struct is bad",
16: "device busy",
@@ -567,9 +567,9 @@ var errors = [...]string{
82: "identifier removed",
86: "illegal byte sequence",
36: "operation now in progress",
- 4: "interrupted system call",
+ 4: "interrupted system call",
22: "invalid argument",
- 5: "input/output error",
+ 5: "input/output error",
56: "socket is already connected",
21: "is a directory",
92: "protocol error",
@@ -587,8 +587,8 @@ var errors = [...]string{
87: "attribute not found",
55: "no buffer space available",
19: "operation not supported by device",
- 2: "no such file or directory",
- 8: "exec format error",
+ 2: "no such file or directory",
+ 8: "exec format error",
77: "no locks available",
91: "link has been severed",
12: "cannot allocate memory",
@@ -603,9 +603,9 @@ var errors = [...]string{
38: "socket operation on non-socket",
45: "operation not supported",
25: "inappropriate ioctl for device",
- 6: "device not configured",
+ 6: "device not configured",
84: "value too large to be stored in data type",
- 1: "operation not permitted",
+ 1: "operation not permitted",
46: "protocol family not supported",
32: "broken pipe",
67: "too many processes",
@@ -621,7 +621,7 @@ var errors = [...]string{
58: "can't send after socket shutdown",
44: "socket type not supported",
29: "illegal seek",
- 3: "no such process",
+ 3: "no such process",
70: "stale NFS file handle",
60: "operation timed out",
59: "too many references: can't splice",