r7817: Eliminate use of ctime_r() in libsmbclient DEBUG statement. It seems that
commit513ea79b2ebc9a78c118042abca942da061d4647
authorDerrell Lipman <derrell@samba.org>
Tue, 21 Jun 2005 20:34:24 +0000 (21 20:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:21 +0000 (10 10:57 -0500)
tree2f17d313b81d70b7c2f18c9c9ed687e32ec61d92
parentfa8e2c4b04786a77356bb4e310d59d7475d8bd87
r7817: Eliminate use of ctime_r() in libsmbclient DEBUG statement.  It seems that
ctime_r() takes different parameters on Solaris than it does on Linux, and
it's easier to just eliminate the use of it than to write a configure test.
source/libsmb/libsmbclient.c