From: Vsevolod Stakhov Date: Sun, 29 Apr 2018 20:18:48 +0000 (+0100) Subject: [Minor] Fix build on Solaris X-Git-Tag: 1.7.4~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36983c44146042a0b07d95a9167da6e46d7d2b95;p=rspamd.git [Minor] Fix build on Solaris Issue: #2203 Closes: #2203 --- diff --git a/src/libutil/util.c b/src/libutil/util.c index 6957c25bf..29c12ca2f 100644 --- a/src/libutil/util.c +++ b/src/libutil/util.c @@ -2766,8 +2766,8 @@ rspamd_gmtime (gint64 ts, struct tm *dest) dest->tm_sec = remsecs % 60; #if !defined(__sun) dest->tm_gmtoff = 0; -#endif dest->tm_zone = "GMT"; +#endif } void