GitHub user jablko opened a pull request:

    https://github.com/apache/trafficserver/pull/1327

    get_creation_time() takes *time_t, not *long

    time_t may or may not be equivalent to long,
    it's up to the implementation.
    
    Fixes #1311

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jablko/trafficserver time_t

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1327.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1327
    
----
commit 5f3c2f561405b225517389c4d6de42b9cecf9c6e
Author: Jack Bates <[email protected]>
Date:   2017-01-13T18:02:53Z

    get_creation_time() takes *time_t, not *long
    
    time_t may or may not be equivalent to long,
    it's up to the implementation.
    
    Fixes #1311

----


---
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.
---

Reply via email to