Github user jirib commented on the issue:
https://github.com/apache/trafficserver/issues/1311
Is this right for OpenBSD? It passes this issue.
```
--- lib/ts/BaseLogFile.cc.orig Mon Jan 9 16:05:20 2017
+++ lib/ts/BaseLogFile.cc Mon Jan 9 16:05:39 2017
@@ -238,7 +238,7 @@ BaseLogFile::roll(long interval_start, long interval_e
int
BaseLogFile::roll()
{
- long start;
+ time_t start;
time_t now = time(nullptr);
if (!m_meta_info || !m_meta_info->get_creation_time(&start))
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---