r_time.c (ssldump-0.9b3) | : | r_time.c (ssldump-1.3) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMA GE. | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMA GE. | |||
$Id: r_time.c,v 1.6 2002/09/09 21:02:58 ekr Exp $ | $Id: r_time.c,v 1.6 2002/09/09 21:02:58 ekr Exp $ | |||
ekr@rtfm.com Thu Mar 4 08:43:46 1999 | ekr@rtfm.com Thu Mar 4 08:43:46 1999 | |||
*/ | */ | |||
static char *RCSSTRING="$Id: r_time.c,v 1.6 2002/09/09 21:02:58 ekr Exp $"; | ||||
#include <r_common.h> | #include <r_common.h> | |||
#include <r_time.h> | #include <r_time.h> | |||
#ifdef _WIN32 | #ifdef _WIN32 | |||
#include <windows.h> | #include <windows.h> | |||
int gettimeofday(struct timeval *tv, struct timezone *tzp) | int gettimeofday(struct timeval *tv, struct timezone *tzp) | |||
{ | { | |||
/* JAN1_1970_OFFSET is the number of 100-nanoseconds ticks | /* JAN1_1970_OFFSET is the number of 100-nanoseconds ticks | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |