GothenburgBitFactory / taskserver

Taskserver - Taskwarrior Synchronisation Server
Other
214 stars 38 forks source link

[TD-55] TLSServer/Client need to include <errno.h> on Solaris #56

Closed taskwarrior closed 6 years ago

taskwarrior commented 6 years ago

Tatjana Heuser on 2014-05-23T14:28:04Z says:

TLSClient.cpp and TLSServer.cpp already include for OPENBSD (and <sys/errno.h> for evertthing else), so changing the line

  1. ifdef OPENBSD to
  2. if (defined OPENBSD || defined SOLARIS) fixes this issue.
taskwarrior commented 6 years ago

Migrated metadata:

Created: 2014-05-23T14:28:04Z
Modified: 2014-05-23T20:59:35Z
taskwarrior commented 6 years ago

Paul Beckingham on 2014-05-23T20:59:35Z says:

Thank you.