From 9d2dc7b605688907f75ef5c066d61aca11f1e966 Mon Sep 17 00:00:00 2001
From: Yuka Takahashi <yukatkh@gmail.com>
Date: Wed, 28 Mar 2018 17:05:44 +0200
Subject: [PATCH] Change extern to R__EXTERN

---
 net/auth/src/TRootSecContext.cxx | 2 --
 net/net/inc/TSecContext.h        | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/net/auth/src/TRootSecContext.cxx b/net/auth/src/TRootSecContext.cxx
index 589f4163cd6..34e36478896 100644
--- a/net/auth/src/TRootSecContext.cxx
+++ b/net/auth/src/TRootSecContext.cxx
@@ -28,8 +28,6 @@
 #include "TUrl.h"
 #include "TVirtualMutex.h"
 
-const TDatime kROOTTZERO = 788914800;
-
 ClassImp(TRootSecContext);
 
 ////////////////////////////////////////////////////////////////////////////////
diff --git a/net/net/inc/TSecContext.h b/net/net/inc/TSecContext.h
index 6925bf96c78..fd7405af1c5 100644
--- a/net/net/inc/TSecContext.h
+++ b/net/net/inc/TSecContext.h
@@ -27,7 +27,7 @@
 #include "TDatime.h"
 
 // Jan 1, 1995, 00:00:00 in sec from EPOCH (Jan 1, 1970)
-extern const TDatime kROOTTZERO;
+R__EXTERN const TDatime kROOTTZERO;
 
 // Small class with information for final cleanup
 class TSecContextCleanup;
-- 
GitLab