15a4cc7d0a
Fix the following build error on mac os:
worker/imap/worker.go:368:29: undefined: syscall.TCP_KEEPCNT
worker/imap/worker.go:376:29: undefined: syscall.TCP_KEEPINTVL
These symbols are not defined on darwin.
Fixes:
|
||
---|---|---|
.. | ||
create.go | ||
fetch.go | ||
flags.go | ||
imap.go | ||
list.go | ||
movecopy.go | ||
open.go | ||
remove.go | ||
search.go | ||
worker.go |