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)
commit296a6783fbc03460e87ac4136a0a9e6d2743b2ff
treeb5e81d44c2a26a7b23847dff8750975d75850876
parent01f6a4cca7a91ae41ff393263418216324502f84
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.
examples/libsmbclient/smbwrapper/select.c