Commit 52ffb6af authored by Russ Cox's avatar Russ Cox

os: remove ENODATA (fixes freebsd build)

R=r, r2
CC=golang-dev
https://golang.org/cl/4175053
parent f04b5a3b
......@@ -80,7 +80,6 @@ var (
ENAMETOOLONG Error = Errno(syscall.ENAMETOOLONG)
EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT)
ETIMEDOUT Error = Errno(syscall.ETIMEDOUT)
ENODATA Error = Errno(syscall.ENODATA)
ENOTCONN Error = Errno(syscall.ENOTCONN)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment