From 21ed5186ae04a5a3026bfe115404bfa24ec27bdb Mon Sep 17 00:00:00 2001 From: Heimdal Developers Date: Thu, 7 Apr 2011 19:39:30 +0100 Subject: [PATCH] Import of code from heimdal This commit updates the code imported from heimdal to a597ccdde692709ab387cde21518f09eb501c5a1 (switch-from-svn-to-git-2063-ga597ccd) Upstream changes are: Simon Wilkinson (1): roken: Rename gettimeofday replacement Change-Id: I1e1ec03d9ab1953c50a5ef47a6f3feb0db150f49 Reviewed-on: http://gerrit.openafs.org/4443 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/external/heimdal-last | 2 +- src/external/heimdal/roken/roken.h.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/external/heimdal-last b/src/external/heimdal-last index a481de1cc..581f02f5f 100644 --- a/src/external/heimdal-last +++ b/src/external/heimdal-last @@ -1 +1 @@ -987658325eb7bd6b10882cc4cdd224499e7f7a03 +a597ccdde692709ab387cde21518f09eb501c5a1 diff --git a/src/external/heimdal/roken/roken.h.in b/src/external/heimdal/roken/roken.h.in index 7bc23de06..6051427ab 100644 --- a/src/external/heimdal/roken/roken.h.in +++ b/src/external/heimdal/roken/roken.h.in @@ -932,6 +932,7 @@ strptime (const char *, const char *, struct tm *); #endif #ifndef HAVE_GETTIMEOFDAY +#define gettimeofday rk_gettimeofday ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL gettimeofday (struct timeval *, void *); #endif -- 2.39.5