Replace GetTimeOfDay() with gettimeofday() in example program.
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Wed, 16 Jan 2008 14:37:40 +0000 (14:37 +0000)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Wed, 16 Jan 2008 14:37:40 +0000 (14:37 +0000)
commit735e98759c0f860727c24c4cdb14235abdeb8879
tree30c8fa972cfee83f4e0a6b4260a486525f4f6ab7
parent12d31ba2b8b4c0e15567d427abef97a184450b1f
Replace GetTimeOfDay() with gettimeofday() in example program.

GetTimeOfDay() seems to no longer be exported.  For the smbsh example, just
use the native gettimeofday() for now.
(This used to be commit 296a6783fbc03460e87ac4136a0a9e6d2743b2ff)
examples/libsmbclient/smbwrapper/select.c