search for: w_time

Displaying 1 result from an estimated 1 matches for "w_time".

Did you mean: _time
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
...me, an_finfo->mtime, mask); */ +} /**************************************************************************** get a file from rname to lname @@ -480,6 +500,11 @@ uint16 attr; size_t size; off_t nread = 0; + /* s.n. Tue Apr 6 21:53:25 1999 */ +#if 0 + time_t c_time, a_time, m_time, w_time; +#endif + struct utimbuf utb; GetTimeOfDay(&tp_start); @@ -506,6 +531,18 @@ } + /* s.n. Tue Apr 6 21:54:47 1999, to `keep' atime and mtime */ + /* Win98 returns 0's for [cam]_time etc. */ +#if 0 + if (!cli_qfileinfo(cli, fnum, + &attr, &size, &c_time, &am...