Use gmtime_r if available as gmtime is not MT-safe.
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Feb 2008 07:13:15 +0000 (07:13 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Feb 2008 07:13:15 +0000 (07:13 +0000)
commit8b970c5581b1ef44bb11887e192d8973dee7beae
tree7bb8127c6200c67c760c3929331c0b8e0021cda1
parent044f6297840f4d774312ef1d924c4544450d2d21
Use gmtime_r if available as gmtime is not MT-safe.

Original commit message from CVS:
* configure.ac:
* gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
Use gmtime_r if available as gmtime is not MT-safe.
Fixes bug #511810.
ChangeLog
common
configure.ac
gst-libs/gst/rtsp/gstrtspconnection.c