From f19aef53932473e30d95a1654900ab228870a618 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Mon, 14 Nov 2011 13:27:40 +0900 Subject: [PATCH] syscall: regenerate z-files for freebsd R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5369102 --- src/pkg/syscall/zerrors_freebsd_386.go | 14 +++++++------- src/pkg/syscall/zerrors_freebsd_amd64.go | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pkg/syscall/zerrors_freebsd_386.go b/src/pkg/syscall/zerrors_freebsd_386.go index f3171e3823..c4b5d46eeb 100644 --- a/src/pkg/syscall/zerrors_freebsd_386.go +++ b/src/pkg/syscall/zerrors_freebsd_386.go @@ -311,6 +311,13 @@ const ( DT_SOCK = 0xc DT_UNKNOWN = 0x0 DT_WHT = 0xe + ECHO = 0x8 + ECHOCTL = 0x40 + ECHOE = 0x2 + ECHOK = 0x4 + ECHOKE = 0x1 + ECHONL = 0x10 + ECHOPRT = 0x20 EVFILT_AIO = -0x3 EVFILT_FS = -0x9 EVFILT_LIO = -0xa @@ -1216,13 +1223,6 @@ const ( EBUSY = Errno(0x10) ECANCELED = Errno(0x55) ECHILD = Errno(0xa) - ECHO = Errno(0x8) - ECHOCTL = Errno(0x40) - ECHOE = Errno(0x2) - ECHOK = Errno(0x4) - ECHOKE = Errno(0x1) - ECHONL = Errno(0x10) - ECHOPRT = Errno(0x20) ECONNABORTED = Errno(0x35) ECONNREFUSED = Errno(0x3d) ECONNRESET = Errno(0x36) diff --git a/src/pkg/syscall/zerrors_freebsd_amd64.go b/src/pkg/syscall/zerrors_freebsd_amd64.go index 3fb225d7dc..030a050973 100644 --- a/src/pkg/syscall/zerrors_freebsd_amd64.go +++ b/src/pkg/syscall/zerrors_freebsd_amd64.go @@ -311,6 +311,13 @@ const ( DT_SOCK = 0xc DT_UNKNOWN = 0x0 DT_WHT = 0xe + ECHO = 0x8 + ECHOCTL = 0x40 + ECHOE = 0x2 + ECHOK = 0x4 + ECHOKE = 0x1 + ECHONL = 0x10 + ECHOPRT = 0x20 EVFILT_AIO = -0x3 EVFILT_FS = -0x9 EVFILT_LIO = -0xa @@ -1216,13 +1223,6 @@ const ( EBUSY = Errno(0x10) ECANCELED = Errno(0x55) ECHILD = Errno(0xa) - ECHO = Errno(0x8) - ECHOCTL = Errno(0x40) - ECHOE = Errno(0x2) - ECHOK = Errno(0x4) - ECHOKE = Errno(0x1) - ECHONL = Errno(0x10) - ECHOPRT = Errno(0x20) ECONNABORTED = Errno(0x35) ECONNREFUSED = Errno(0x3d) ECONNRESET = Errno(0x36) -- 2.50.0