]> granicus.if.org Git - apache/commit
* support/rotatelogs.c: Introduce an adjusted_time_t type to store the
authorJoe Orton <jorton@apache.org>
Thu, 31 Oct 2013 21:58:31 +0000 (21:58 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 31 Oct 2013 21:58:31 +0000 (21:58 +0000)
commit00cf2289095143e7b6782c8d3d3f65d082840e8f
treee4afb3ce754b1aaf376ce3435fe897f7417065c5
parentba43a875fd3e443bdd8659d4c80466b6c7c400c2
* support/rotatelogs.c: Introduce an adjusted_time_t type to store the
  weird "adjusted time since epoch" type returned by get_now().
  Switch from int to long to fix an unnecessary Y2K38 issue.  Adjust
  use throughout and clean up other type issues.  No functional change
  intended apart from fixing Y2K38.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1537718 13f79535-47bb-0310-9956-ffa450edef68
support/rotatelogs.c