Use gmtime_r() and localtime_r() instead of non-thread-safe versions.
authorBen Pfaff <blp@nicira.com>
Fri, 5 Apr 2013 04:31:15 +0000 (23:31 -0500)
committerBen Pfaff <blp@nicira.com>
Thu, 2 May 2013 22:49:36 +0000 (15:49 -0700)
commit9b6937eb1f53e9901f0438b2521b98d24bc047b5
treeb875090b1893d586bd6d961736d072052dd56137
parentd5155945e03ffef6ff4de05d1ec5dfd0951e0860
Use gmtime_r() and localtime_r() instead of non-thread-safe versions.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dynamic-string.c
lib/table.c
ovsdb/ovsdb-tool.c
utilities/ovs-ofctl.c