]> prime8.dev >> repos - ttyd.git/commit
use errno.h not sys/errno.h in utils.c as in other files (#207)
authorStuart Henderson <sthen@users.noreply.github.com>
Wed, 31 Jul 2019 08:09:13 +0000 (09:09 +0100)
committerShuanglei Tao <tsl0922@gmail.com>
Wed, 31 Jul 2019 08:09:13 +0000 (16:09 +0800)
commit921ddda6581e0dfd9a51d3ec598aea04df19218d
treec160f32bf36332b4a121c514a007d5deef84eec0
parent6facf525c1bb8650628f89e348d800d9c758e9ea
use errno.h not sys/errno.h in utils.c as in other files (#207)

Use errno.h rather than sysno/errno.h in utils.c, unbreaking build on OpenBSD (the "errno" symbol is only defined in errno.h not in sys/errno.h).

protocol.c and server.c already include errno.h rather than sys/errno.h so this should be safe on other OS here also.
src/utils.c