From 23f67ef55a2b64a8129ab896fb722ff682cb0e16 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Mon, 1 Oct 2001 17:52:48 +0000
Subject: [PATCH] same Hostname() issue as for Windows (although not essential
 since the MacOS 9 port was never finished).

git-svn-id: http://root.cern.ch/svn/root/trunk@2926 27541ba8-7e3a-0410-8455-c3a389f83636
---
 mac/inc/TMacSystem.h   | 4 ++--
 mac/src/TMacSystem.cxx | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mac/inc/TMacSystem.h b/mac/inc/TMacSystem.h
index 3340f5ab905..c3196ab4e6e 100644
--- a/mac/inc/TMacSystem.h
+++ b/mac/inc/TMacSystem.h
@@ -1,4 +1,4 @@
-// @(#)root/mac:$Name$:$Id$
+// @(#)root/mac:$Name:  $:$Id: TMacSystem.h,v 1.1.1.1 2000/05/16 17:00:46 rdm Exp $
 // Author: Fons Rademakers   24/12/95
 
 /*************************************************************************
@@ -51,7 +51,7 @@ public:
    Bool_t          Init();
    //void            SetProgname(const char *name);
    //const char     *GetError();
-   const char     *Hostname();
+   const char     *HostName();
 
    //---- EventLoop
    //void            Run();
diff --git a/mac/src/TMacSystem.cxx b/mac/src/TMacSystem.cxx
index cd2a3f2b237..b2433b36148 100644
--- a/mac/src/TMacSystem.cxx
+++ b/mac/src/TMacSystem.cxx
@@ -1,4 +1,4 @@
-// @(#)root/mac:$Name$:$Id$
+// @(#)root/mac:$Name:  $:$Id: TMacSystem.cxx,v 1.1.1.1 2000/05/16 17:00:46 rdm Exp $
 // Author: Fons Rademakers   24/12/95
 
 /*************************************************************************
@@ -322,7 +322,7 @@ void TMacSystem::SetupMenu()
 }
 
 //______________________________________________________________________________
-const char *TMacSystem::Hostname()
+const char *TMacSystem::HostName()
 {
    // Return the system's host name.
 
-- 
GitLab