Import of code from heimdal
authorHeimdal Developers <heimdal-discuss@sics.se>
Thu, 7 Apr 2011 18:39:30 +0000 (19:39 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Fri, 8 Apr 2011 12:20:53 +0000 (05:20 -0700)
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 <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

src/external/heimdal-last
src/external/heimdal/roken/roken.h.in

index a481de1..581f02f 100644 (file)
@@ -1 +1 @@
-987658325eb7bd6b10882cc4cdd224499e7f7a03
+a597ccdde692709ab387cde21518f09eb501c5a1
index 7bc23de..6051427 100644 (file)
@@ -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