diff --git a/mac/inc/TMacSystem.h b/mac/inc/TMacSystem.h
index 3340f5ab905181bfb91555e5e73ca83554018e26..c3196ab4e6ee8f80ba180162bc8a6e21a3dd591d 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 cd2a3f2b237e9439808863ebd506470f743fac6f..b2433b36148ecdc5b32bab71203643669115855c 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.