From 9f449066250a4e5ca737497cce03575ed8f2da8f1839e9691c331a27b1b42384 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Feb 2009 17:19:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcp?expand=0&rev=8 --- pcp-2.5.0-GCC44.patch | 3172 +++++++++++++++++++++++++++++++++++++++++ pcp.changes | 5 + pcp.spec | 8 +- 3 files changed, 3183 insertions(+), 2 deletions(-) create mode 100644 pcp-2.5.0-GCC44.patch diff --git a/pcp-2.5.0-GCC44.patch b/pcp-2.5.0-GCC44.patch new file mode 100644 index 0000000..0a4f67a --- /dev/null +++ b/pcp-2.5.0-GCC44.patch @@ -0,0 +1,3172 @@ +diff --git a/src/dbpmda/src/dbpmda.c b/src/dbpmda/src/dbpmda.c +index 0b75049..908a7ea 100644 +--- a/src/dbpmda/src/dbpmda.c ++++ b/src/dbpmda/src/dbpmda.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dbpmda.c,v 2.19 2002/07/05 02:57:20 kenmcd Exp $" ++// "$Id: dbpmda.c,v 2.19 2002/07/05 02:57:20 kenmcd Exp $" + + #include + #include +diff --git a/src/dbpmda/src/gram.save.c b/src/dbpmda/src/gram.save.c +index dd3ec77..cabac9d 100644 +--- a/src/dbpmda/src/gram.save.c ++++ b/src/dbpmda/src/gram.save.c +@@ -45,7 +45,7 @@ + + #line 24 "gram.y" + +-#ident "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include "./dbpmda.h" +diff --git a/src/dbpmda/src/gram.y b/src/dbpmda/src/gram.y +index 448a97e..5b6867a 100644 +--- a/src/dbpmda/src/gram.y ++++ b/src/dbpmda/src/gram.y +@@ -20,7 +20,7 @@ + */ + + %{ +-#ident "$Id: gram.y,v 2.11 1997/07/14 23:42:04 kenmcd Exp $" ++// "$Id: gram.y,v 2.11 1997/07/14 23:42:04 kenmcd Exp $" + + #include + #include "./dbpmda.h" +diff --git a/src/dbpmda/src/lex.l b/src/dbpmda/src/lex.l +index 3dd816a..e6b8b9b 100644 +--- a/src/dbpmda/src/lex.l ++++ b/src/dbpmda/src/lex.l +@@ -20,7 +20,7 @@ + */ + + %{ +-#ident "$Id: lex.l,v 2.14 2004/06/30 01:05:59 kenmcd Exp $" ++// "$Id: lex.l,v 2.14 2004/06/30 01:05:59 kenmcd Exp $" + + #include + #include +diff --git a/src/include/pmda.h b/src/include/pmda.h +index d1cdc36..d548baf 100644 +--- a/src/include/pmda.h ++++ b/src/include/pmda.h +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.h,v 1.7 2005/08/31 01:50:24 kenmcd Exp $" ++// "$Id: pmda.h,v 1.7 2005/08/31 01:50:24 kenmcd Exp $" + + #include + +diff --git a/src/libpcp/src/AF.c b/src/libpcp/src/AF.c +index 7bf9a12..ce7025b 100644 +--- a/src/libpcp/src/AF.c ++++ b/src/libpcp/src/AF.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: AF.c,v 1.26 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: AF.c,v 1.26 2004/06/07 10:17:19 nathans Exp $" + + /* + * general purpose asynchronous event management +diff --git a/src/libpcp/src/access.c b/src/libpcp/src/access.c +index 9e12567..8b568e3 100644 +--- a/src/libpcp/src/access.c ++++ b/src/libpcp/src/access.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: access.c,v 1.21 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: access.c,v 1.21 2004/07/22 07:00:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/auxconnect.c b/src/libpcp/src/auxconnect.c +index a2d9485..b95a475 100644 +--- a/src/libpcp/src/auxconnect.c ++++ b/src/libpcp/src/auxconnect.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id" ++// "$Id" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/config.c b/src/libpcp/src/config.c +index 3283c55..ad27f2a 100644 +--- a/src/libpcp/src/config.c ++++ b/src/libpcp/src/config.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: config.c,v 1.3 2004/12/03 19:32:18 kenmcd Exp $" ++// "$Id: config.c,v 1.3 2004/12/03 19:32:18 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/connect.c b/src/libpcp/src/connect.c +index bd65bf9..2597b41 100644 +--- a/src/libpcp/src/connect.c ++++ b/src/libpcp/src/connect.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: connect.c,v 1.9 2005/06/15 03:11:39 kenmcd Exp $" ++// "$Id: connect.c,v 1.9 2005/06/15 03:11:39 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/context.c b/src/libpcp/src/context.c +index f6bee39..1fd6fc9 100644 +--- a/src/libpcp/src/context.c ++++ b/src/libpcp/src/context.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: context.c,v 1.3 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: context.c,v 1.3 2004/07/22 07:00:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/desc.c b/src/libpcp/src/desc.c +index 2c37bb8..767024b 100644 +--- a/src/libpcp/src/desc.c ++++ b/src/libpcp/src/desc.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: desc.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: desc.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/err.c b/src/libpcp/src/err.c +index 4a05d88..d787942 100644 +--- a/src/libpcp/src/err.c ++++ b/src/libpcp/src/err.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: err.c,v 1.5 2005/07/20 00:14:05 markgw Exp $" ++// "$Id: err.c,v 1.5 2005/07/20 00:14:05 markgw Exp $" + + #include + #include +diff --git a/src/libpcp/src/fetch.c b/src/libpcp/src/fetch.c +index 38e1aa9..206bf04 100644 +--- a/src/libpcp/src/fetch.c ++++ b/src/libpcp/src/fetch.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: fetch.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: fetch.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/libpcp/src/fetchlocal.c b/src/libpcp/src/fetchlocal.c +index c96b317..48897fc 100644 +--- a/src/libpcp/src/fetchlocal.c ++++ b/src/libpcp/src/fetchlocal.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: fetchlocal.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: fetchlocal.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/libpcp/src/findpmda4linux.c b/src/libpcp/src/findpmda4linux.c +index 31e9668..ed7d6c0 100644 +--- a/src/libpcp/src/findpmda4linux.c ++++ b/src/libpcp/src/findpmda4linux.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: findpmda4linux.c,v 1.2 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: findpmda4linux.c,v 1.2 2004/06/24 06:15:36 kenmcd Exp $" + + #include + +diff --git a/src/libpcp/src/freeresult.c b/src/libpcp/src/freeresult.c +index 8c20a0c..b2a2ec5 100644 +--- a/src/libpcp/src/freeresult.c ++++ b/src/libpcp/src/freeresult.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: freeresult.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: freeresult.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/help.c b/src/libpcp/src/help.c +index ab6176c..6eac1ae 100644 +--- a/src/libpcp/src/help.c ++++ b/src/libpcp/src/help.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: help.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: help.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/instance.c b/src/libpcp/src/instance.c +index 9d5285f..c5b2cd1 100644 +--- a/src/libpcp/src/instance.c ++++ b/src/libpcp/src/instance.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: instance.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: instance.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/interp.c b/src/libpcp/src/interp.c +index ad87d91..6336a21 100644 +--- a/src/libpcp/src/interp.c ++++ b/src/libpcp/src/interp.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: interp.c,v 1.4 2005/07/01 03:44:49 kenmcd Exp $" ++// "$Id: interp.c,v 1.4 2005/07/01 03:44:49 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/logconnect.c b/src/libpcp/src/logconnect.c +index daa0f8c..aa8df99 100644 +--- a/src/libpcp/src/logconnect.c ++++ b/src/libpcp/src/logconnect.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logconnect.c,v 1.22 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: logconnect.c,v 1.22 2004/07/22 07:00:57 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/logcontrol.c b/src/libpcp/src/logcontrol.c +index 90793bc..0b49d4e 100644 +--- a/src/libpcp/src/logcontrol.c ++++ b/src/libpcp/src/logcontrol.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logcontrol.c,v 1.14 2002/07/06 05:48:20 kenmcd Exp $" ++// "$Id: logcontrol.c,v 1.14 2002/07/06 05:48:20 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/logmeta.c b/src/libpcp/src/logmeta.c +index 3cb5b6d..3df34f4 100644 +--- a/src/libpcp/src/logmeta.c ++++ b/src/libpcp/src/logmeta.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logmeta.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: logmeta.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/logportmap.c b/src/libpcp/src/logportmap.c +index 485c95e..055e59e 100644 +--- a/src/libpcp/src/logportmap.c ++++ b/src/libpcp/src/logportmap.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logportmap.c,v 1.6 2005/02/22 05:01:12 markgw Exp $" ++// "$Id: logportmap.c,v 1.6 2005/02/22 05:01:12 markgw Exp $" + + #include + #include +diff --git a/src/libpcp/src/logutil.c b/src/libpcp/src/logutil.c +index f5528e1..e97cf85 100644 +--- a/src/libpcp/src/logutil.c ++++ b/src/libpcp/src/logutil.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logutil.c,v 1.11 2005/05/11 02:06:48 kenmcd Exp $" ++// "$Id: logutil.c,v 1.11 2005/05/11 02:06:48 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/mspec.c b/src/libpcp/src/mspec.c +index 5bab971..66d56f8 100644 +--- a/src/libpcp/src/mspec.c ++++ b/src/libpcp/src/mspec.c +@@ -23,7 +23,7 @@ + * parse uniform metric spec syntax + */ + +-#ident "$Id: mspec.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: mspec.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/optfetch.c b/src/libpcp/src/optfetch.c +index 98c00ba..42449cc 100644 +--- a/src/libpcp/src/optfetch.c ++++ b/src/libpcp/src/optfetch.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: optfetch.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: optfetch.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + /* + * Generic routines to provide the "optimized" pmFetch bundling +diff --git a/src/libpcp/src/p_creds.c b/src/libpcp/src/p_creds.c +index 05a66b9..ad437d3 100644 +--- a/src/libpcp/src/p_creds.c ++++ b/src/libpcp/src/p_creds.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_creds.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: p_creds.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/p_desc.c b/src/libpcp/src/p_desc.c +index 9ef417f..dccb741 100644 +--- a/src/libpcp/src/p_desc.c ++++ b/src/libpcp/src/p_desc.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_desc.c,v 1.3 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_desc.c,v 1.3 2004/08/02 07:11:43 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/p_error.c b/src/libpcp/src/p_error.c +index 76fe380..5764ff3 100644 +--- a/src/libpcp/src/p_error.c ++++ b/src/libpcp/src/p_error.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_error.c,v 1.3 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: p_error.c,v 1.3 2004/07/02 05:52:57 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/p_fetch.c b/src/libpcp/src/p_fetch.c +index 7c5ce48..9dae3db 100644 +--- a/src/libpcp/src/p_fetch.c ++++ b/src/libpcp/src/p_fetch.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_fetch.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_fetch.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/p_instance.c b/src/libpcp/src/p_instance.c +index 4418966..d95eef9 100644 +--- a/src/libpcp/src/p_instance.c ++++ b/src/libpcp/src/p_instance.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_instance.c,v 1.3 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_instance.c,v 1.3 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_lcontrol.c b/src/libpcp/src/p_lcontrol.c +index 5a9036e..608e05d 100644 +--- a/src/libpcp/src/p_lcontrol.c ++++ b/src/libpcp/src/p_lcontrol.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_lcontrol.c,v 1.16 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: p_lcontrol.c,v 1.16 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_lrequest.c b/src/libpcp/src/p_lrequest.c +index 0971f20..95bd34b 100644 +--- a/src/libpcp/src/p_lrequest.c ++++ b/src/libpcp/src/p_lrequest.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_lrequest.c,v 1.18 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: p_lrequest.c,v 1.18 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_lstatus.c b/src/libpcp/src/p_lstatus.c +index 1eeb1b7..ed208cb 100644 +--- a/src/libpcp/src/p_lstatus.c ++++ b/src/libpcp/src/p_lstatus.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_lstatus.c,v 1.18 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: p_lstatus.c,v 1.18 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_pmns.c b/src/libpcp/src/p_pmns.c +index 2d49aa0..831745a 100644 +--- a/src/libpcp/src/p_pmns.c ++++ b/src/libpcp/src/p_pmns.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_pmns.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: p_pmns.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_profile.c b/src/libpcp/src/p_profile.c +index 03dedde..e7511e9 100644 +--- a/src/libpcp/src/p_profile.c ++++ b/src/libpcp/src/p_profile.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_profile.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_profile.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/p_result.c b/src/libpcp/src/p_result.c +index 321fb07..de04329 100644 +--- a/src/libpcp/src/p_result.c ++++ b/src/libpcp/src/p_result.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_result.c,v 1.6 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_result.c,v 1.6 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/p_text.c b/src/libpcp/src/p_text.c +index 87f8fae..e5582c2 100644 +--- a/src/libpcp/src/p_text.c ++++ b/src/libpcp/src/p_text.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_text.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: p_text.c,v 1.2 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/pdu.c b/src/libpcp/src/pdu.c +index 725f5df..a0b2229 100644 +--- a/src/libpcp/src/pdu.c ++++ b/src/libpcp/src/pdu.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pdu.c,v 1.12 2005/08/11 22:02:45 markgw Exp $" ++// "$Id: pdu.c,v 1.12 2005/08/11 22:02:45 markgw Exp $" + + #include + #include +diff --git a/src/libpcp/src/pdubuf.c b/src/libpcp/src/pdubuf.c +index eef0364..fa963ae 100644 +--- a/src/libpcp/src/pdubuf.c ++++ b/src/libpcp/src/pdubuf.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pdubuf.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: pdubuf.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/libpcp/src/pmns.c b/src/libpcp/src/pmns.c +index 1b99f2e..c14fe27 100644 +--- a/src/libpcp/src/pmns.c ++++ b/src/libpcp/src/pmns.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmns.c,v 1.11 2005/07/10 06:57:52 kenmcd Exp $" ++// "$Id: pmns.c,v 1.11 2005/07/10 06:57:52 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/pool.c b/src/libpcp/src/pool.c +index 72e8413..1669ab9 100644 +--- a/src/libpcp/src/pool.c ++++ b/src/libpcp/src/pool.c +@@ -23,7 +23,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pool.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: pool.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/profile.c b/src/libpcp/src/profile.c +index 1d7ea2b..6653dcc 100644 +--- a/src/libpcp/src/profile.c ++++ b/src/libpcp/src/profile.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: profile.c,v 1.2 2002/07/06 05:48:20 kenmcd Exp $" ++// "$Id: profile.c,v 1.2 2002/07/06 05:48:20 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/rtime.c b/src/libpcp/src/rtime.c +index 5a887ca..9ee03d8 100644 +--- a/src/libpcp/src/rtime.c ++++ b/src/libpcp/src/rtime.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: rtime.c,v 1.3 2005/02/23 09:55:12 kenmcd Exp $" ++// "$Id: rtime.c,v 1.3 2005/02/23 09:55:12 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/sortinst.c b/src/libpcp/src/sortinst.c +index ff5daf3..a12da7d 100644 +--- a/src/libpcp/src/sortinst.c ++++ b/src/libpcp/src/sortinst.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: sortinst.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: sortinst.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/store.c b/src/libpcp/src/store.c +index 558411a..69b698a 100644 +--- a/src/libpcp/src/store.c ++++ b/src/libpcp/src/store.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: store.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: store.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/stuffvalue.c b/src/libpcp/src/stuffvalue.c +index 4b9c57e..16d7692 100644 +--- a/src/libpcp/src/stuffvalue.c ++++ b/src/libpcp/src/stuffvalue.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: stuffvalue.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: stuffvalue.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include + #include "pmapi.h" +diff --git a/src/libpcp/src/tv.c b/src/libpcp/src/tv.c +index 3ed8058..e08515d 100644 +--- a/src/libpcp/src/tv.c ++++ b/src/libpcp/src/tv.c +@@ -20,7 +20,7 @@ + */ + + +-#ident "$Id: tv.c,v 1.1 2000/12/05 03:49:43 max Exp $" ++// "$Id: tv.c,v 1.1 2000/12/05 03:49:43 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp/src/tz.c b/src/libpcp/src/tz.c +index 206f1f8..6bdbae2 100644 +--- a/src/libpcp/src/tz.c ++++ b/src/libpcp/src/tz.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: tz.c,v 1.7 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: tz.c,v 1.7 2004/08/02 07:11:43 kenmcd Exp $" + + /* + * ensure the re-entrant versions of the time string functions are +diff --git a/src/libpcp/src/units.c b/src/libpcp/src/units.c +index 25cfb7d..7453224 100644 +--- a/src/libpcp/src/units.c ++++ b/src/libpcp/src/units.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: units.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: units.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/util.c b/src/libpcp/src/util.c +index 61b8b98..e49fcb6 100644 +--- a/src/libpcp/src/util.c ++++ b/src/libpcp/src/util.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: util.c,v 1.8 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: util.c,v 1.8 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp/src/util_solaris.c b/src/libpcp/src/util_solaris.c +index 7b5eb3d..168e200 100644 +--- a/src/libpcp/src/util_solaris.c ++++ b/src/libpcp/src/util_solaris.c +@@ -25,7 +25,7 @@ + * + */ + +-#ident "$Id: util_solaris.c,v 1.3 2003/10/02 07:14:43 kenmcd Exp $" ++// "$Id: util_solaris.c,v 1.3 2003/10/02 07:14:43 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_http/src/http_lib.c b/src/libpcp_http/src/http_lib.c +index fb60c03..0162b3e 100644 +--- a/src/libpcp_http/src/http_lib.c ++++ b/src/libpcp_http/src/http_lib.c +@@ -30,7 +30,7 @@ + * Description : Use http protocol, connects to server to echange data + */ + +-#ident "$Id: http_lib.c,v 1.9 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: http_lib.c,v 1.9 2004/07/22 07:00:57 kenmcd Exp $" + + /* #define VERBOSE */ + +diff --git a/src/libpcp_pmc/src/Bool.h b/src/libpcp_pmc/src/Bool.h +index 2e286d1..56d6218 100644 +--- a/src/libpcp_pmc/src/Bool.h ++++ b/src/libpcp_pmc/src/Bool.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Bool.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Bool.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + enum PMC_Bool { PMC_false = 0, PMC_true = 1 }; + +diff --git a/src/libpcp_pmc/src/Context.c++ b/src/libpcp_pmc/src/Context.c++ +index 755845e..43627ba 100644 +--- a/src/libpcp_pmc/src/Context.c++ ++++ b/src/libpcp_pmc/src/Context.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Context.c++,v 1.5 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Context.c++,v 1.5 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmc/src/Context.h b/src/libpcp_pmc/src/Context.h +index 1ed2481..acde102 100644 +--- a/src/libpcp_pmc/src/Context.h ++++ b/src/libpcp_pmc/src/Context.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Context.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Context.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" + + #ifndef PCP_DEBUG + #ifndef NDEBUG +diff --git a/src/libpcp_pmc/src/Desc.c++ b/src/libpcp_pmc/src/Desc.c++ +index b4f0189..84cfffe 100644 +--- a/src/libpcp_pmc/src/Desc.c++ ++++ b/src/libpcp_pmc/src/Desc.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Desc.c++,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Desc.c++,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + #include + #include "Desc.h" +diff --git a/src/libpcp_pmc/src/Desc.h b/src/libpcp_pmc/src/Desc.h +index 47a264d..fbd2129 100644 +--- a/src/libpcp_pmc/src/Desc.h ++++ b/src/libpcp_pmc/src/Desc.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Desc.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Desc.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + #include "PMC.h" + #include "String.h" +diff --git a/src/libpcp_pmc/src/Group.c++ b/src/libpcp_pmc/src/Group.c++ +index ac9ed87..51ac90a 100644 +--- a/src/libpcp_pmc/src/Group.c++ ++++ b/src/libpcp_pmc/src/Group.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Group.c++,v 1.10 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Group.c++,v 1.10 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmc/src/Group.h b/src/libpcp_pmc/src/Group.h +index 747bdac..9f07047 100644 +--- a/src/libpcp_pmc/src/Group.h ++++ b/src/libpcp_pmc/src/Group.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Group.h,v 1.4 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Group.h,v 1.4 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include "PMC.h" +diff --git a/src/libpcp_pmc/src/Hash.h b/src/libpcp_pmc/src/Hash.h +index 5a32905..78f3171 100644 +--- a/src/libpcp_pmc/src/Hash.h ++++ b/src/libpcp_pmc/src/Hash.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Hash.h,v 1.4 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Hash.h,v 1.4 2005/05/10 00:46:37 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/libpcp_pmc/src/Indom.c++ b/src/libpcp_pmc/src/Indom.c++ +index 35ec841..1df3d61 100644 +--- a/src/libpcp_pmc/src/Indom.c++ ++++ b/src/libpcp_pmc/src/Indom.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Indom.c++,v 1.9 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Indom.c++,v 1.9 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmc/src/Indom.h b/src/libpcp_pmc/src/Indom.h +index 8f8ff3f..9f28254 100644 +--- a/src/libpcp_pmc/src/Indom.h ++++ b/src/libpcp_pmc/src/Indom.h +@@ -22,7 +22,7 @@ + #ifndef _PMC_INDOM_H_ + #define _PMC_INDOM_H_ + +-#ident "$Id: Indom.h,v 1.10 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Indom.h,v 1.10 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmc/src/List.h b/src/libpcp_pmc/src/List.h +index d898c21..df0cd0b 100644 +--- a/src/libpcp_pmc/src/List.h ++++ b/src/libpcp_pmc/src/List.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: List.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: List.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" + + #ifndef PCP_DEBUG + #ifndef NDEBUG +diff --git a/src/libpcp_pmc/src/Metric.c++ b/src/libpcp_pmc/src/Metric.c++ +index 1699873..881cd89 100644 +--- a/src/libpcp_pmc/src/Metric.c++ ++++ b/src/libpcp_pmc/src/Metric.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Metric.c++,v 1.9 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Metric.c++,v 1.9 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmc/src/Metric.h b/src/libpcp_pmc/src/Metric.h +index 23e7b71..f152919 100644 +--- a/src/libpcp_pmc/src/Metric.h ++++ b/src/libpcp_pmc/src/Metric.h +@@ -22,7 +22,7 @@ + #ifndef _PMC_METRIC_H_ + #define _PMC_METRIC_H_ + +-#ident "$Id: Metric.h,v 1.11 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Metric.h,v 1.11 2005/05/10 00:46:37 kenmcd Exp $" + + #include "PMC.h" + #include "Vector.h" +diff --git a/src/libpcp_pmc/src/PMC.h b/src/libpcp_pmc/src/PMC.h +index fdf9934..7686b5f 100644 +--- a/src/libpcp_pmc/src/PMC.h ++++ b/src/libpcp_pmc/src/PMC.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: PMC.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: PMC.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + #ifndef PCP_DEBUG + #ifndef NDEBUG +diff --git a/src/libpcp_pmc/src/Source.c++ b/src/libpcp_pmc/src/Source.c++ +index 923cbb1..54ed70b 100644 +--- a/src/libpcp_pmc/src/Source.c++ ++++ b/src/libpcp_pmc/src/Source.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Source.c++,v 1.5 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: Source.c++,v 1.5 2005/05/10 01:59:58 kenmcd Exp $" + + #include "Source.h" + +diff --git a/src/libpcp_pmc/src/Source.h b/src/libpcp_pmc/src/Source.h +index c0ff02e..7b8fc57 100644 +--- a/src/libpcp_pmc/src/Source.h ++++ b/src/libpcp_pmc/src/Source.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: Source.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Source.h,v 1.3 2005/05/10 00:46:37 kenmcd Exp $" + + #include + #include "PMC.h" +diff --git a/src/libpcp_pmc/src/String.c++ b/src/libpcp_pmc/src/String.c++ +index b43975c..eefb3f9 100644 +--- a/src/libpcp_pmc/src/String.c++ ++++ b/src/libpcp_pmc/src/String.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: String.c++,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: String.c++,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + #include + #include "String.h" +diff --git a/src/libpcp_pmc/src/String.h b/src/libpcp_pmc/src/String.h +index 11a8927..cdb71e7 100644 +--- a/src/libpcp_pmc/src/String.h ++++ b/src/libpcp_pmc/src/String.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: String.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: String.h,v 1.2 2005/05/10 00:46:37 kenmcd Exp $" + + #ifndef PCP_DEBUG + #ifndef NDEBUG +diff --git a/src/libpcp_pmc/src/Vector.h b/src/libpcp_pmc/src/Vector.h +index 0b25308..220490e 100644 +--- a/src/libpcp_pmc/src/Vector.h ++++ b/src/libpcp_pmc/src/Vector.h +@@ -22,7 +22,7 @@ + #ifndef _PMC_VECTOR_H_ + #define _PMC_VECTOR_H_ + +-#ident "$Id: Vector.h,v 1.4 2005/05/10 00:46:37 kenmcd Exp $" ++// "$Id: Vector.h,v 1.4 2005/05/10 00:46:37 kenmcd Exp $" + + #ifndef PCP_DEBUG + #ifndef NDEBUG +diff --git a/src/libpcp_pmda/src/cache.c b/src/libpcp_pmda/src/cache.c +index 4eb3a18..98e98c5 100644 +--- a/src/libpcp_pmda/src/cache.c ++++ b/src/libpcp_pmda/src/cache.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: cache.c,v 1.7 2005/08/31 01:50:24 kenmcd Exp $" ++// "$Id: cache.c,v 1.7 2005/08/31 01:50:24 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmda/src/callback.c b/src/libpcp_pmda/src/callback.c +index ce4c83c..507d562 100644 +--- a/src/libpcp_pmda/src/callback.c ++++ b/src/libpcp_pmda/src/callback.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: callback.c,v 1.8 2005/08/25 01:07:13 markgw Exp $" ++// "$Id: callback.c,v 1.8 2005/08/25 01:07:13 markgw Exp $" + + #include + #include +diff --git a/src/libpcp_pmda/src/help.c b/src/libpcp_pmda/src/help.c +index 23fb0ee..14222c7 100644 +--- a/src/libpcp_pmda/src/help.c ++++ b/src/libpcp_pmda/src/help.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: help.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: help.c,v 1.4 2004/08/02 07:11:43 kenmcd Exp $" + + /* + * Get help text from files built using newhelp +diff --git a/src/libpcp_pmda/src/mainloop.c b/src/libpcp_pmda/src/mainloop.c +index 350d0c4..71178a1 100644 +--- a/src/libpcp_pmda/src/mainloop.c ++++ b/src/libpcp_pmda/src/mainloop.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: mainloop.c,v 1.6 2005/06/07 00:56:45 kenmcd Exp $" ++// "$Id: mainloop.c,v 1.6 2005/06/07 00:56:45 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_pmda/src/open.c b/src/libpcp_pmda/src/open.c +index bed7b2d..b07a905 100644 +--- a/src/libpcp_pmda/src/open.c ++++ b/src/libpcp_pmda/src/open.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: open.c,v 1.5 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: open.c,v 1.5 2004/07/22 07:00:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/ftrace.c b/src/libpcp_trace/src/ftrace.c +index 798c6ca..3e31809 100644 +--- a/src/libpcp_trace/src/ftrace.c ++++ b/src/libpcp_trace/src/ftrace.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: ftrace.c,v 1.5 2000/12/28 07:37:59 max Exp $" ++// "$Id: ftrace.c,v 1.5 2000/12/28 07:37:59 max Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/hash.c b/src/libpcp_trace/src/hash.c +index 9cb7bd2..6e94603 100644 +--- a/src/libpcp_trace/src/hash.c ++++ b/src/libpcp_trace/src/hash.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: hash.c,v 1.20 2000/12/28 07:37:59 max Exp $" ++// "$Id: hash.c,v 1.20 2000/12/28 07:37:59 max Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/p_ack.c b/src/libpcp_trace/src/p_ack.c +index 6b3b935..66a51b7 100644 +--- a/src/libpcp_trace/src/p_ack.c ++++ b/src/libpcp_trace/src/p_ack.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: p_ack.c,v 1.12 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: p_ack.c,v 1.12 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/p_data.c b/src/libpcp_trace/src/p_data.c +index 66c0a51..799b948 100644 +--- a/src/libpcp_trace/src/p_data.c ++++ b/src/libpcp_trace/src/p_data.c +@@ -24,7 +24,7 @@ + * 64-bit integer, but no other format conversion + */ + +-#ident "$Id: p_data.c,v 1.20 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: p_data.c,v 1.20 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/pdu.c b/src/libpcp_trace/src/pdu.c +index 7d901d5..f1a988c 100644 +--- a/src/libpcp_trace/src/pdu.c ++++ b/src/libpcp_trace/src/pdu.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pdu.c,v 1.22 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: pdu.c,v 1.22 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/pdubuf.c b/src/libpcp_trace/src/pdubuf.c +index 0080246..720339b 100644 +--- a/src/libpcp_trace/src/pdubuf.c ++++ b/src/libpcp_trace/src/pdubuf.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pdubuf.c,v 1.13 2004/06/07 10:19:59 nathans Exp $" ++// "$Id: pdubuf.c,v 1.13 2004/06/07 10:19:59 nathans Exp $" + + #include + #include +diff --git a/src/libpcp_trace/src/trace.c b/src/libpcp_trace/src/trace.c +index e7cb310..7f006ff 100644 +--- a/src/libpcp_trace/src/trace.c ++++ b/src/libpcp_trace/src/trace.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: trace.c,v 1.55 2005/07/11 03:59:38 markgw Exp $" ++// "$Id: trace.c,v 1.55 2005/07/11 03:59:38 markgw Exp $" + + #include + #include +diff --git a/src/newhelp/chkhelp.c b/src/newhelp/chkhelp.c +index d4d4cbb..e5adecc 100644 +--- a/src/newhelp/chkhelp.c ++++ b/src/newhelp/chkhelp.c +@@ -25,7 +25,7 @@ + * chkhelp helpfile metric-name ... + */ + +-#ident "$Id: chkhelp.c,v 1.4 2002/09/08 10:45:41 kenmcd Exp $" ++// "$Id: chkhelp.c,v 1.4 2002/09/08 10:45:41 kenmcd Exp $" + + #include + #include +diff --git a/src/newhelp/newhelp.c b/src/newhelp/newhelp.c +index 9b42145..15aacd0 100644 +--- a/src/newhelp/newhelp.c ++++ b/src/newhelp/newhelp.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: newhelp.c,v 1.6 2003/02/20 19:20:25 kenmcd Exp $" ++// "$Id: newhelp.c,v 1.6 2003/02/20 19:20:25 kenmcd Exp $" + + /* + * newhelp file +diff --git a/src/pmcd/src/agent.c b/src/pmcd/src/agent.c +index e484567..049e459 100644 +--- a/src/pmcd/src/agent.c ++++ b/src/pmcd/src/agent.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: agent.c,v 1.4 2005/08/11 22:02:45 markgw Exp $" ++// "$Id: agent.c,v 1.4 2005/08/11 22:02:45 markgw Exp $" + + #include + #include +diff --git a/src/pmcd/src/client.c b/src/pmcd/src/client.c +index a43d936..d390734 100644 +--- a/src/pmcd/src/client.c ++++ b/src/pmcd/src/client.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: client.c,v 1.4 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: client.c,v 1.4 2004/07/22 07:00:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmcd/src/config.c b/src/pmcd/src/config.c +index 7d0e84b..da5e77d 100644 +--- a/src/pmcd/src/config.c ++++ b/src/pmcd/src/config.c +@@ -22,7 +22,7 @@ + * attaching to DSOs. + */ + +-#ident "$Id: config.c,v 1.12 2005/08/11 22:02:45 markgw Exp $" ++// "$Id: config.c,v 1.12 2005/08/11 22:02:45 markgw Exp $" + + #include + #include +diff --git a/src/pmcd/src/dofetch.c b/src/pmcd/src/dofetch.c +index 14b2670..a3f92fe 100644 +--- a/src/pmcd/src/dofetch.c ++++ b/src/pmcd/src/dofetch.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dofetch.c,v 1.1 2000/12/05 03:42:25 max Exp $" ++// "$Id: dofetch.c,v 1.1 2000/12/05 03:42:25 max Exp $" + + #include + #include +diff --git a/src/pmcd/src/dopdus.c b/src/pmcd/src/dopdus.c +index 249bcc6..24a4381 100644 +--- a/src/pmcd/src/dopdus.c ++++ b/src/pmcd/src/dopdus.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dopdus.c,v 1.3 2002/07/23 10:47:31 kenmcd Exp $" ++// "$Id: dopdus.c,v 1.3 2002/07/23 10:47:31 kenmcd Exp $" + + #include + #include +diff --git a/src/pmcd/src/dostore.c b/src/pmcd/src/dostore.c +index 8415de8..0c164c7 100644 +--- a/src/pmcd/src/dostore.c ++++ b/src/pmcd/src/dostore.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dostore.c,v 1.2 2002/07/23 10:47:31 kenmcd Exp $" ++// "$Id: dostore.c,v 1.2 2002/07/23 10:47:31 kenmcd Exp $" + + #include + #include +diff --git a/src/pmcd/src/pmcd.c b/src/pmcd/src/pmcd.c +index c2b0282..ed6f2c8 100644 +--- a/src/pmcd/src/pmcd.c ++++ b/src/pmcd/src/pmcd.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmcd.c,v 1.12 2005/06/22 19:43:46 kenmcd Exp $" ++// "$Id: pmcd.c,v 1.12 2005/06/22 19:43:46 kenmcd Exp $" + + #include + #include +diff --git a/src/pmcd/src/pmcd.h b/src/pmcd/src/pmcd.h +index 83e8b66..6a2e73c 100644 +--- a/src/pmcd/src/pmcd.h ++++ b/src/pmcd/src/pmcd.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmcd.h,v 1.2 2001/01/02 08:54:08 kenmcd Exp $" ++// "$Id: pmcd.h,v 1.2 2001/01/02 08:54:08 kenmcd Exp $" + + #ifndef _PMCD_H + #define _PMCD_H +diff --git a/src/pmcd/src/util.c b/src/pmcd/src/util.c +index 66af0f8..cac0018 100644 +--- a/src/pmcd/src/util.c ++++ b/src/pmcd/src/util.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: util.c,v 1.1 2000/12/05 03:42:25 max Exp $" ++// "$Id: util.c,v 1.1 2000/12/05 03:42:25 max Exp $" + + #include + #include +diff --git a/src/pmcdctl/pmcd_wait.c b/src/pmcdctl/pmcd_wait.c +index 04ff2ea..8fd9624 100644 +--- a/src/pmcdctl/pmcd_wait.c ++++ b/src/pmcdctl/pmcd_wait.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmcd_wait.c,v 1.2 2000/12/28 09:17:25 max Exp $" ++// "$Id: pmcd_wait.c,v 1.2 2000/12/28 09:17:25 max Exp $" + + #include + #include +diff --git a/src/pmclient/pmclient.c b/src/pmclient/pmclient.c +index f73975d..1d63611 100644 +--- a/src/pmclient/pmclient.c ++++ b/src/pmclient/pmclient.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmclient.c,v 2.15 2003/01/08 03:50:10 kenmcd Exp $" ++// "$Id: pmclient.c,v 2.15 2003/01/08 03:50:10 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/aix/aix.c b/src/pmdas/aix/aix.c +index 1bae8d0..876096a 100644 +--- a/src/pmdas/aix/aix.c ++++ b/src/pmdas/aix/aix.c +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: aix.c,v 1.1 2004/08/05 01:26:58 kenmcd Exp $" ++// "$Id: aix.c,v 1.1 2004/08/05 01:26:58 kenmcd Exp $" + + #include + #include "./common.h" +diff --git a/src/pmdas/cisco/cisco.c b/src/pmdas/cisco/cisco.c +index 01519b8..b340777 100644 +--- a/src/pmdas/cisco/cisco.c ++++ b/src/pmdas/cisco/cisco.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: cisco.c,v 2.29 2001/03/14 15:51:10 kenmcd Exp $" ++// "$Id: cisco.c,v 2.29 2001/03/14 15:51:10 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/cisco/cisco.h b/src/pmdas/cisco/cisco.h +index f6a1ec2..205e165 100644 +--- a/src/pmdas/cisco/cisco.h ++++ b/src/pmdas/cisco/cisco.h +@@ -24,7 +24,7 @@ + #ifndef _CISCO_H + #define _CISCO_H + +-#ident "$Id: cisco.h,v 2.11 2002/07/05 03:04:50 kenmcd Exp $" ++// "$Id: cisco.h,v 2.11 2002/07/05 03:04:50 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/pmdas/cisco/interface.c b/src/pmdas/cisco/interface.c +index 2180e96..7508dff 100644 +--- a/src/pmdas/cisco/interface.c ++++ b/src/pmdas/cisco/interface.c +@@ -23,7 +23,7 @@ + + #include "./cisco.h" + +-#ident "$Id: interface.c,v 1.7 2002/07/05 03:04:50 kenmcd Exp $" ++// "$Id: interface.c,v 1.7 2002/07/05 03:04:50 kenmcd Exp $" + + /* + * first letter defines command line argument for interface type +diff --git a/src/pmdas/cisco/pmda.c b/src/pmdas/cisco/pmda.c +index fe8a9fd..56a20c3 100644 +--- a/src/pmdas/cisco/pmda.c ++++ b/src/pmdas/cisco/pmda.c +@@ -40,7 +40,7 @@ + * options and applies for all occurrences of the hostname. + */ + +-#ident "$Id: pmda.c,v 2.30 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: pmda.c,v 2.30 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/cisco/probe.c b/src/pmdas/cisco/probe.c +index dfaf1ca..94a9520 100644 +--- a/src/pmdas/cisco/probe.c ++++ b/src/pmdas/cisco/probe.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: probe.c,v 2.20 2004/06/07 10:19:59 nathans Exp $" ++// "$Id: probe.c,v 2.20 2004/06/07 10:19:59 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/cisco/telnet.c b/src/pmdas/cisco/telnet.c +index e63b054..883ce7f 100644 +--- a/src/pmdas/cisco/telnet.c ++++ b/src/pmdas/cisco/telnet.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: telnet.c,v 1.18 2004/08/19 06:37:12 kenmcd Exp $" ++// "$Id: telnet.c,v 1.18 2004/08/19 06:37:12 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/clusters.h b/src/pmdas/linux/clusters.h +index 4732600..7775ad1 100644 +--- a/src/pmdas/linux/clusters.h ++++ b/src/pmdas/linux/clusters.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: clusters.h,v 1.1 2005/05/10 05:37:54 markgw Exp $" ++// "$Id: clusters.h,v 1.1 2005/05/10 05:37:54 markgw Exp $" + + #ifndef _CLUSTERS_H + #define _CLUSTERS_H +diff --git a/src/pmdas/linux/filesys.c b/src/pmdas/linux/filesys.c +index fceb769..ceae57f 100644 +--- a/src/pmdas/linux/filesys.c ++++ b/src/pmdas/linux/filesys.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: filesys.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: filesys.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/filesys.h b/src/pmdas/linux/filesys.h +index 4bd0291..69ef775 100644 +--- a/src/pmdas/linux/filesys.h ++++ b/src/pmdas/linux/filesys.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: filesys.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: filesys.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #include + +diff --git a/src/pmdas/linux/indom.h b/src/pmdas/linux/indom.h +index d70b83c..8666f0c 100644 +--- a/src/pmdas/linux/indom.h ++++ b/src/pmdas/linux/indom.h +@@ -20,7 +20,7 @@ + * + */ + +-#ident "$Id: indom.h,v 1.1 2005/06/07 07:18:20 markgw Exp $" ++// "$Id: indom.h,v 1.1 2005/06/07 07:18:20 markgw Exp $" + + #ifndef _INDOM_H + #define _INDOM_H +diff --git a/src/pmdas/linux/pmda.c b/src/pmdas/linux/pmda.c +index 7adb5e7..79e9253 100644 +--- a/src/pmdas/linux/pmda.c ++++ b/src/pmdas/linux/pmda.c +@@ -23,7 +23,7 @@ + * + */ + +-#ident "$Id: pmda.c,v 1.69 2005/06/07 07:18:20 markgw Exp $" ++// "$Id: pmda.c,v 1.69 2005/06/07 07:18:20 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_cpuinfo.c b/src/pmdas/linux/proc_cpuinfo.c +index fb4bc1f..0e4341f 100644 +--- a/src/pmdas/linux/proc_cpuinfo.c ++++ b/src/pmdas/linux/proc_cpuinfo.c +@@ -25,7 +25,7 @@ + * All rights reserved. + */ + +-#ident "$Id: proc_cpuinfo.c,v 1.15 2005/08/11 03:26:21 markgw Exp $" ++// "$Id: proc_cpuinfo.c,v 1.15 2005/08/11 03:26:21 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_cpuinfo.h b/src/pmdas/linux/proc_cpuinfo.h +index f646da0..b08f229 100644 +--- a/src/pmdas/linux/proc_cpuinfo.h ++++ b/src/pmdas/linux/proc_cpuinfo.h +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_cpuinfo.h,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_cpuinfo.h,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" + + #ifdef __alpha__ + #define HAVE_ALPHA_LINUX +diff --git a/src/pmdas/linux/proc_fs_xfs.c b/src/pmdas/linux/proc_fs_xfs.c +index d38fdc8..b584943 100644 +--- a/src/pmdas/linux/proc_fs_xfs.c ++++ b/src/pmdas/linux/proc_fs_xfs.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_fs_xfs.c,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_fs_xfs.c,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_fs_xfs.h b/src/pmdas/linux/proc_fs_xfs.h +index d3fa07b..794ba8c 100644 +--- a/src/pmdas/linux/proc_fs_xfs.h ++++ b/src/pmdas/linux/proc_fs_xfs.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_fs_xfs.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_fs_xfs.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + typedef struct { + int errcode; /* error from previous refresh */ +diff --git a/src/pmdas/linux/proc_interrupts.c b/src/pmdas/linux/proc_interrupts.c +index fab5857..e9e7a86 100644 +--- a/src/pmdas/linux/proc_interrupts.c ++++ b/src/pmdas/linux/proc_interrupts.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_interrupts.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_interrupts.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_interrupts.h b/src/pmdas/linux/proc_interrupts.h +index e413355..653ea41 100644 +--- a/src/pmdas/linux/proc_interrupts.h ++++ b/src/pmdas/linux/proc_interrupts.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_interrupts.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_interrupts.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + typedef struct { + int id; +diff --git a/src/pmdas/linux/proc_loadavg.c b/src/pmdas/linux/proc_loadavg.c +index dacf686..4b6eaf3 100644 +--- a/src/pmdas/linux/proc_loadavg.c ++++ b/src/pmdas/linux/proc_loadavg.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_loadavg.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_loadavg.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_loadavg.h b/src/pmdas/linux/proc_loadavg.h +index 66fc9e0..aec4957 100644 +--- a/src/pmdas/linux/proc_loadavg.h ++++ b/src/pmdas/linux/proc_loadavg.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_loadavg.h,v 1.2 2002/10/03 05:49:06 markgw Exp $" ++// "$Id: proc_loadavg.h,v 1.2 2002/10/03 05:49:06 markgw Exp $" + + typedef struct { + float loadavg[3]; /* 1, 5 and 15 min load average */ +diff --git a/src/pmdas/linux/proc_meminfo.c b/src/pmdas/linux/proc_meminfo.c +index 92891b3..d3a1cfd 100644 +--- a/src/pmdas/linux/proc_meminfo.c ++++ b/src/pmdas/linux/proc_meminfo.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_meminfo.c,v 1.8 2004/12/15 06:50:50 markgw Exp $" ++// "$Id: proc_meminfo.c,v 1.8 2004/12/15 06:50:50 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_meminfo.h b/src/pmdas/linux/proc_meminfo.h +index 503ee83..8d3d766 100644 +--- a/src/pmdas/linux/proc_meminfo.h ++++ b/src/pmdas/linux/proc_meminfo.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_meminfo.h,v 1.3 2002/10/11 02:33:38 markgw Exp $" ++// "$Id: proc_meminfo.h,v 1.3 2002/10/11 02:33:38 markgw Exp $" + + /* + * All fields in /proc/meminfo for 2.5.x +diff --git a/src/pmdas/linux/proc_net_dev.c b/src/pmdas/linux/proc_net_dev.c +index 3f7e5d4..2e18d04 100644 +--- a/src/pmdas/linux/proc_net_dev.c ++++ b/src/pmdas/linux/proc_net_dev.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_dev.c,v 1.10 2005/08/31 01:50:24 kenmcd Exp $" ++// "$Id: proc_net_dev.c,v 1.10 2005/08/31 01:50:24 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_net_dev.h b/src/pmdas/linux/proc_net_dev.h +index 94f5b7b..9e586b2 100644 +--- a/src/pmdas/linux/proc_net_dev.h ++++ b/src/pmdas/linux/proc_net_dev.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_dev.h,v 1.6 2005/06/06 08:27:45 kenmcd Exp $" ++// "$Id: proc_net_dev.h,v 1.6 2005/06/06 08:27:45 kenmcd Exp $" + + #define PROC_DEV_COUNTERS_PER_LINE 16 + +diff --git a/src/pmdas/linux/proc_net_rpc.c b/src/pmdas/linux/proc_net_rpc.c +index 38ac1bd..6a7d97d 100644 +--- a/src/pmdas/linux/proc_net_rpc.c ++++ b/src/pmdas/linux/proc_net_rpc.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_rpc.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_rpc.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_net_rpc.h b/src/pmdas/linux/proc_net_rpc.h +index 8a16043..ba95b87 100644 +--- a/src/pmdas/linux/proc_net_rpc.h ++++ b/src/pmdas/linux/proc_net_rpc.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_rpc.h,v 1.3 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_rpc.h,v 1.3 2004/06/24 06:15:36 kenmcd Exp $" + + #define NR_RPC_COUNTERS 18 + #define NR_RPC3_COUNTERS 22 +diff --git a/src/pmdas/linux/proc_net_snmp.c b/src/pmdas/linux/proc_net_snmp.c +index 30ad7a4..da98924 100644 +--- a/src/pmdas/linux/proc_net_snmp.c ++++ b/src/pmdas/linux/proc_net_snmp.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_snmp.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_snmp.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_net_snmp.h b/src/pmdas/linux/proc_net_snmp.h +index abd07be..a5fc4f8 100644 +--- a/src/pmdas/linux/proc_net_snmp.h ++++ b/src/pmdas/linux/proc_net_snmp.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_snmp.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_snmp.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + + enum { +diff --git a/src/pmdas/linux/proc_net_sockstat.c b/src/pmdas/linux/proc_net_sockstat.c +index f890fcf..7bd0b62 100644 +--- a/src/pmdas/linux/proc_net_sockstat.c ++++ b/src/pmdas/linux/proc_net_sockstat.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_sockstat.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_sockstat.c,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_net_sockstat.h b/src/pmdas/linux/proc_net_sockstat.h +index 6c9b555..3469f86 100644 +--- a/src/pmdas/linux/proc_net_sockstat.h ++++ b/src/pmdas/linux/proc_net_sockstat.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_net_sockstat.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_sockstat.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + #define _PM_SOCKSTAT_INUSE 0 + #define _PM_SOCKSTAT_HIGHEST 1 +diff --git a/src/pmdas/linux/proc_net_tcp.c b/src/pmdas/linux/proc_net_tcp.c +index 150ce44..770202e 100644 +--- a/src/pmdas/linux/proc_net_tcp.c ++++ b/src/pmdas/linux/proc_net_tcp.c +@@ -23,7 +23,7 @@ + * This code contributed by Michal Kara (lemming@arthur.plbohnice.cz) + */ + +-#ident "$Id: proc_net_tcp.c,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_tcp.c,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_net_tcp.h b/src/pmdas/linux/proc_net_tcp.h +index 3723497..dd0a0b3 100644 +--- a/src/pmdas/linux/proc_net_tcp.h ++++ b/src/pmdas/linux/proc_net_tcp.h +@@ -23,7 +23,7 @@ + * This code contributed by Michal Kara (lemming@arthur.plbohnice.cz) + */ + +-#ident "$Id: proc_net_tcp.h,v 1.2 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_net_tcp.h,v 1.2 2004/06/24 06:15:36 kenmcd Exp $" + + enum { + _PM_TCP_ESTABLISHED = 1, +diff --git a/src/pmdas/linux/proc_partitions.c b/src/pmdas/linux/proc_partitions.c +index 692bc54..e566680 100644 +--- a/src/pmdas/linux/proc_partitions.c ++++ b/src/pmdas/linux/proc_partitions.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_partitions.c,v 1.15 2005/07/12 07:33:35 markgw Exp $" ++// "$Id: proc_partitions.c,v 1.15 2005/07/12 07:33:35 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_partitions.h b/src/pmdas/linux/proc_partitions.h +index 297646b..7b2a211 100644 +--- a/src/pmdas/linux/proc_partitions.h ++++ b/src/pmdas/linux/proc_partitions.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_partitions.h,v 1.11 2005/06/07 07:18:20 markgw Exp $" ++// "$Id: proc_partitions.h,v 1.11 2005/06/07 07:18:20 markgw Exp $" + + typedef struct { + int id; +diff --git a/src/pmdas/linux/proc_pid.c b/src/pmdas/linux/proc_pid.c +index b0497d8..b8fc5b1 100644 +--- a/src/pmdas/linux/proc_pid.c ++++ b/src/pmdas/linux/proc_pid.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_pid.c,v 1.10 2004/11/25 08:27:37 markgw Exp $" ++// "$Id: proc_pid.c,v 1.10 2004/11/25 08:27:37 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_pid.h b/src/pmdas/linux/proc_pid.h +index ef64e76..dbcc268 100644 +--- a/src/pmdas/linux/proc_pid.h ++++ b/src/pmdas/linux/proc_pid.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_pid.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_pid.h,v 1.5 2004/06/24 06:15:36 kenmcd Exp $" + + #ifndef _PROC_PID_H + #define _PROC_PID_H +diff --git a/src/pmdas/linux/proc_runq.c b/src/pmdas/linux/proc_runq.c +index a01d69a..2eedfc2 100644 +--- a/src/pmdas/linux/proc_runq.c ++++ b/src/pmdas/linux/proc_runq.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_runq.c,v 1.9 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_runq.c,v 1.9 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_runq.h b/src/pmdas/linux/proc_runq.h +index b51b03d..e211286 100644 +--- a/src/pmdas/linux/proc_runq.h ++++ b/src/pmdas/linux/proc_runq.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_runq.h,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_runq.h,v 1.6 2004/06/24 06:15:36 kenmcd Exp $" + + #ifndef _PROC_RUNQ_H + #define _PROC_RUNQ_H +diff --git a/src/pmdas/linux/proc_scsi.c b/src/pmdas/linux/proc_scsi.c +index 65e2d3d..36a55fc 100644 +--- a/src/pmdas/linux/proc_scsi.c ++++ b/src/pmdas/linux/proc_scsi.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_scsi.c,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_scsi.c,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_scsi.h b/src/pmdas/linux/proc_scsi.h +index 9c84d9e..aca28ae 100644 +--- a/src/pmdas/linux/proc_scsi.h ++++ b/src/pmdas/linux/proc_scsi.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_scsi.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: proc_scsi.h,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + typedef struct { + int id; /* internal instance id */ +diff --git a/src/pmdas/linux/proc_slabinfo.c b/src/pmdas/linux/proc_slabinfo.c +index 989fc95..342ac2d 100644 +--- a/src/pmdas/linux/proc_slabinfo.c ++++ b/src/pmdas/linux/proc_slabinfo.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_slabinfo.c,v 1.4 2005/02/07 05:01:52 markgw Exp $" ++// "$Id: proc_slabinfo.c,v 1.4 2005/02/07 05:01:52 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_slabinfo.h b/src/pmdas/linux/proc_slabinfo.h +index 7cdc92e..9c049e7 100644 +--- a/src/pmdas/linux/proc_slabinfo.h ++++ b/src/pmdas/linux/proc_slabinfo.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_slabinfo.h,v 1.2 2004/05/26 06:00:59 markgw Exp $" ++// "$Id: proc_slabinfo.h,v 1.2 2004/05/26 06:00:59 markgw Exp $" + + /*** version 1.1 + "cache-name" num-active-objs total-objs object-size num-active-slabs \ +diff --git a/src/pmdas/linux/proc_stat.c b/src/pmdas/linux/proc_stat.c +index e8e73aa..900fb1c 100644 +--- a/src/pmdas/linux/proc_stat.c ++++ b/src/pmdas/linux/proc_stat.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_stat.c,v 1.24 2005/05/10 05:37:54 markgw Exp $" ++// "$Id: proc_stat.c,v 1.24 2005/05/10 05:37:54 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_stat.h b/src/pmdas/linux/proc_stat.h +index f423849..da0e3c6 100644 +--- a/src/pmdas/linux/proc_stat.h ++++ b/src/pmdas/linux/proc_stat.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_stat.h,v 1.13 2005/05/10 05:37:54 markgw Exp $" ++// "$Id: proc_stat.h,v 1.13 2005/05/10 05:37:54 markgw Exp $" + + typedef struct { + unsigned int user, sys, nice, wait, irq, sirq; +diff --git a/src/pmdas/linux/proc_vmstat.c b/src/pmdas/linux/proc_vmstat.c +index 52a08c3..1fb651a 100644 +--- a/src/pmdas/linux/proc_vmstat.c ++++ b/src/pmdas/linux/proc_vmstat.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_vmstat.c,v 1.1 2004/12/15 06:50:50 markgw Exp $" ++// "$Id: proc_vmstat.c,v 1.1 2004/12/15 06:50:50 markgw Exp $" + + #include + #include +diff --git a/src/pmdas/linux/proc_vmstat.h b/src/pmdas/linux/proc_vmstat.h +index 8da1469..c33d060 100644 +--- a/src/pmdas/linux/proc_vmstat.h ++++ b/src/pmdas/linux/proc_vmstat.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: proc_vmstat.h,v 1.1 2004/12/15 06:50:50 markgw Exp $" ++// "$Id: proc_vmstat.h,v 1.1 2004/12/15 06:50:50 markgw Exp $" + + /* + * All fields in /proc/vmstat for 2.6.x +diff --git a/src/pmdas/linux/swapdev.c b/src/pmdas/linux/swapdev.c +index 24e1568..8f88f68 100644 +--- a/src/pmdas/linux/swapdev.c ++++ b/src/pmdas/linux/swapdev.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: swapdev.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: swapdev.c,v 1.4 2004/06/24 06:15:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/linux/swapdev.h b/src/pmdas/linux/swapdev.h +index 957f02c..89d536d 100644 +--- a/src/pmdas/linux/swapdev.h ++++ b/src/pmdas/linux/swapdev.h +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: swapdev.h,v 1.2 1999/03/10 02:38:24 markgw Exp $" ++// "$Id: swapdev.h,v 1.2 1999/03/10 02:38:24 markgw Exp $" + + typedef struct { + int id; +diff --git a/src/pmdas/mailq/mailq.c b/src/pmdas/mailq/mailq.c +index 0d7bc52..36a015a 100644 +--- a/src/pmdas/mailq/mailq.c ++++ b/src/pmdas/mailq/mailq.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: mailq.c,v 1.15 2004/05/21 02:03:05 kenmcd Exp $" ++// "$Id: mailq.c,v 1.15 2004/05/21 02:03:05 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/pmcd/src/pmcd.c b/src/pmdas/pmcd/src/pmcd.c +index 89cb516..77da119 100644 +--- a/src/pmdas/pmcd/src/pmcd.c ++++ b/src/pmdas/pmcd/src/pmcd.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmcd.c,v 1.11 2004/07/22 07:02:39 kenmcd Exp $" ++// "$Id: pmcd.c,v 1.11 2004/07/22 07:02:39 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/roomtemp/roomtemp.c b/src/pmdas/roomtemp/roomtemp.c +index 3f7e2a6..26b1dab 100644 +--- a/src/pmdas/roomtemp/roomtemp.c ++++ b/src/pmdas/roomtemp/roomtemp.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: roomtemp.c,v 1.5 2004/06/15 18:53:11 kenmcd Exp $" ++// "$Id: roomtemp.c,v 1.5 2004/06/15 18:53:11 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/sample/src/pmda.c b/src/pmdas/sample/src/pmda.c +index 5f2f6ad..ed81209 100644 +--- a/src/pmdas/sample/src/pmda.c ++++ b/src/pmdas/sample/src/pmda.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.c,v 2.21 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: pmda.c,v 2.21 2004/08/02 07:11:43 kenmcd Exp $" + + /* + * Generic driver for a daemon-based PMDA +diff --git a/src/pmdas/sample/src/sample.c b/src/pmdas/sample/src/sample.c +index 5cc5042..771c86b 100644 +--- a/src/pmdas/sample/src/sample.c ++++ b/src/pmdas/sample/src/sample.c +@@ -20,7 +20,7 @@ + * + */ + +-#ident "$Id: sample.c,v 2.62 2005/05/18 02:42:53 kenmcd Exp $" ++// "$Id: sample.c,v 2.62 2005/05/18 02:42:53 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/sendmail/sendmail.c b/src/pmdas/sendmail/sendmail.c +index d0e75c2..cef9eab 100644 +--- a/src/pmdas/sendmail/sendmail.c ++++ b/src/pmdas/sendmail/sendmail.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: sendmail.c,v 1.9 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: sendmail.c,v 1.9 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/shping/pmda.c b/src/pmdas/shping/pmda.c +index cd30912..00b1761 100644 +--- a/src/pmdas/shping/pmda.c ++++ b/src/pmdas/shping/pmda.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.c,v 1.5 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: pmda.c,v 1.5 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/shping/shping.c b/src/pmdas/shping/shping.c +index 79d9b43..c18dba7 100644 +--- a/src/pmdas/shping/shping.c ++++ b/src/pmdas/shping/shping.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: shping.c,v 1.9 2004/07/22 07:02:39 kenmcd Exp $" ++// "$Id: shping.c,v 1.9 2004/07/22 07:02:39 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/shping/shping.h b/src/pmdas/shping/shping.h +index daad772..1e63b4a 100644 +--- a/src/pmdas/shping/shping.h ++++ b/src/pmdas/shping/shping.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: shping.h,v 1.2 2001/02/12 04:45:25 max Exp $" ++// "$Id: shping.h,v 1.2 2001/02/12 04:45:25 max Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/pmdas/simple/simple.c b/src/pmdas/simple/simple.c +index 78adeab..154199b 100644 +--- a/src/pmdas/simple/simple.c ++++ b/src/pmdas/simple/simple.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: simple.c,v 2.41 2005/06/06 08:27:45 kenmcd Exp $" ++// "$Id: simple.c,v 2.41 2005/06/06 08:27:45 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/solaris/solaris.c b/src/pmdas/solaris/solaris.c +index 9e86b20..130a3c8 100644 +--- a/src/pmdas/solaris/solaris.c ++++ b/src/pmdas/solaris/solaris.c +@@ -24,7 +24,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: solaris.c,v 1.2 2004/08/02 02:25:18 kenmcd Exp $" ++// "$Id: solaris.c,v 1.2 2004/08/02 02:25:18 kenmcd Exp $" + + #include + #include "./common.h" +diff --git a/src/pmdas/summary/mainloop.c b/src/pmdas/summary/mainloop.c +index 871b95d..8a5710f 100644 +--- a/src/pmdas/summary/mainloop.c ++++ b/src/pmdas/summary/mainloop.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: mainloop.c,v 2.21 2000/08/22 09:28:34 max Exp $" ++// "$Id: mainloop.c,v 2.21 2000/08/22 09:28:34 max Exp $" + + #include + #include +diff --git a/src/pmdas/summary/pmda.c b/src/pmdas/summary/pmda.c +index 8135b3b..d5bb2ce 100644 +--- a/src/pmdas/summary/pmda.c ++++ b/src/pmdas/summary/pmda.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.c,v 2.31 2004/08/02 07:11:43 kenmcd Exp $" ++// "$Id: pmda.c,v 2.31 2004/08/02 07:11:43 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/summary/summary.c b/src/pmdas/summary/summary.c +index 7b75d90..6b97d2d 100644 +--- a/src/pmdas/summary/summary.c ++++ b/src/pmdas/summary/summary.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: summary.c,v 2.19 2003/02/20 19:20:25 kenmcd Exp $" ++// "$Id: summary.c,v 2.19 2003/02/20 19:20:25 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/summary/summary.h b/src/pmdas/summary/summary.h +index 145cb76..661f729 100644 +--- a/src/pmdas/summary/summary.h ++++ b/src/pmdas/summary/summary.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: summary.h,v 2.4 2000/08/21 06:10:48 mg Exp $" ++// "$Id: summary.h,v 2.4 2000/08/21 06:10:48 mg Exp $" + + /* + * exported summary metrics +diff --git a/src/pmdas/trace/app1.c b/src/pmdas/trace/app1.c +index 3598a29..c6148a3 100644 +--- a/src/pmdas/trace/app1.c ++++ b/src/pmdas/trace/app1.c +@@ -34,7 +34,7 @@ + * $ pminfo -tT trace + */ + +-#ident "$Id: app1.c,v 1.11 2000/05/05 03:15:54 nathans Exp $" ++// "$Id: app1.c,v 1.11 2000/05/05 03:15:54 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/trace/app2.c b/src/pmdas/trace/app2.c +index 4907b6b..b16cfa9 100644 +--- a/src/pmdas/trace/app2.c ++++ b/src/pmdas/trace/app2.c +@@ -34,7 +34,7 @@ + * $ pminfo -tT trace + */ + +-#ident "$Id: app2.c,v 1.11 2003/02/20 05:28:13 kenmcd Exp $" ++// "$Id: app2.c,v 1.11 2003/02/20 05:28:13 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/trace/app3.c b/src/pmdas/trace/app3.c +index cc34b99..771f746 100644 +--- a/src/pmdas/trace/app3.c ++++ b/src/pmdas/trace/app3.c +@@ -34,7 +34,7 @@ + * $ pminfo -tT trace + */ + +-#ident "$Id: app3.c,v 1.11 2004/06/07 10:19:59 nathans Exp $" ++// "$Id: app3.c,v 1.11 2004/06/07 10:19:59 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/trace/pmtrace.c b/src/pmdas/trace/pmtrace.c +index 8941424..b79122d 100644 +--- a/src/pmdas/trace/pmtrace.c ++++ b/src/pmdas/trace/pmtrace.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmtrace.c,v 1.23 2003/07/03 19:56:49 kenmcd Exp $" ++// "$Id: pmtrace.c,v 1.23 2003/07/03 19:56:49 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/trace/src/client.c b/src/pmdas/trace/src/client.c +index a767e48..d4fbc91 100644 +--- a/src/pmdas/trace/src/client.c ++++ b/src/pmdas/trace/src/client.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: client.c,v 1.11 2001/01/02 09:02:00 kenmcd Exp $" ++// "$Id: client.c,v 1.11 2001/01/02 09:02:00 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/trace/src/client.h b/src/pmdas/trace/src/client.h +index 8891364..2a593e5 100644 +--- a/src/pmdas/trace/src/client.h ++++ b/src/pmdas/trace/src/client.h +@@ -22,7 +22,7 @@ + #ifndef CLIENT_H + #define CLIENT_H + +-#ident "$Id: client.h,v 1.3 1997/09/09 00:13:09 nathans Exp $" ++// "$Id: client.h,v 1.3 1997/09/09 00:13:09 nathans Exp $" + + typedef struct { + int fd; /* socket descriptor */ +diff --git a/src/pmdas/trace/src/comms.c b/src/pmdas/trace/src/comms.c +index 960d32d..60ec82d 100644 +--- a/src/pmdas/trace/src/comms.c ++++ b/src/pmdas/trace/src/comms.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: comms.c,v 1.27 2004/07/22 06:48:40 kenmcd Exp $" ++// "$Id: comms.c,v 1.27 2004/07/22 06:48:40 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/trace/src/comms.h b/src/pmdas/trace/src/comms.h +index 61e5571..6d14e7c 100644 +--- a/src/pmdas/trace/src/comms.h ++++ b/src/pmdas/trace/src/comms.h +@@ -22,7 +22,7 @@ + #ifndef COMMS_H + #define COMMS_H + +-#ident "$Id: comms.h,v 1.2 2001/01/02 09:02:00 kenmcd Exp $" ++// "$Id: comms.h,v 1.2 2001/01/02 09:02:00 kenmcd Exp $" + + #define TR_OP_NONE 0x0 + #define TR_OP_SEND 0x1 +diff --git a/src/pmdas/trace/src/data.c b/src/pmdas/trace/src/data.c +index 5fee0f5..8cec32a 100644 +--- a/src/pmdas/trace/src/data.c ++++ b/src/pmdas/trace/src/data.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: data.c,v 1.1 1998/01/16 03:09:20 nathans Exp $" ++// "$Id: data.c,v 1.1 1998/01/16 03:09:20 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/trace/src/pmda.c b/src/pmdas/trace/src/pmda.c +index 83f5342..0a75897 100644 +--- a/src/pmdas/trace/src/pmda.c ++++ b/src/pmdas/trace/src/pmda.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.c,v 1.30 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: pmda.c,v 1.30 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/trace/src/trace.c b/src/pmdas/trace/src/trace.c +index b0635ba..b573fa9 100644 +--- a/src/pmdas/trace/src/trace.c ++++ b/src/pmdas/trace/src/trace.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: trace.c,v 1.39 2000/12/28 07:37:59 max Exp $" ++// "$Id: trace.c,v 1.39 2000/12/28 07:37:59 max Exp $" + + #include + #include +diff --git a/src/pmdas/trace/stub.c b/src/pmdas/trace/stub.c +index 1db4956..1cc3981 100644 +--- a/src/pmdas/trace/stub.c ++++ b/src/pmdas/trace/stub.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: stub.c,v 1.5 2000/05/05 03:16:01 nathans Exp $" ++// "$Id: stub.c,v 1.5 2000/05/05 03:16:01 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/trivial/trivial.c b/src/pmdas/trivial/trivial.c +index 7e6fb81..13a86cf 100644 +--- a/src/pmdas/trivial/trivial.c ++++ b/src/pmdas/trivial/trivial.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: trivial.c,v 2.15 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: trivial.c,v 2.15 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdas/txmon/txmon.c b/src/pmdas/txmon/txmon.c +index 20a265b..70a7633 100644 +--- a/src/pmdas/txmon/txmon.c ++++ b/src/pmdas/txmon/txmon.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: txmon.c,v 2.19 2004/06/16 23:33:34 nathans Exp $" ++// "$Id: txmon.c,v 2.19 2004/06/16 23:33:34 nathans Exp $" + + #include + #include +diff --git a/src/pmdas/txmon/txrecord.c b/src/pmdas/txmon/txrecord.c +index 4cec746..f9e046b 100644 +--- a/src/pmdas/txmon/txrecord.c ++++ b/src/pmdas/txmon/txrecord.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: txrecord.c,v 2.6 2000/12/28 07:37:59 max Exp $" ++// "$Id: txrecord.c,v 2.6 2000/12/28 07:37:59 max Exp $" + + #include + #include +diff --git a/src/pmdas/weblog/check_match.c b/src/pmdas/weblog/check_match.c +index 60f28de..b04f739 100644 +--- a/src/pmdas/weblog/check_match.c ++++ b/src/pmdas/weblog/check_match.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Revision: 1.10 $" ++// "$Revision: 1.10 $" + + /* + * Uses the same regualr expression logic as pmdaweblog, but extracted +diff --git a/src/pmdas/weblog/pmda.c b/src/pmdas/weblog/pmda.c +index 764acaf..cffa5ef 100644 +--- a/src/pmdas/weblog/pmda.c ++++ b/src/pmdas/weblog/pmda.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmda.c,v 2.23 2004/06/20 22:38:25 kenmcd Exp $" ++// "$Id: pmda.c,v 2.23 2004/06/20 22:38:25 kenmcd Exp $" + + #include "pmapi.h" + +diff --git a/src/pmdas/weblog/sproc.c b/src/pmdas/weblog/sproc.c +index 2424ad4..9ba50d6 100644 +--- a/src/pmdas/weblog/sproc.c ++++ b/src/pmdas/weblog/sproc.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: sproc.c,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: sproc.c,v 1.7 2004/06/24 06:15:36 kenmcd Exp $" + + #ifndef HAVE_SPROC + +diff --git a/src/pmdas/weblog/weblog.c b/src/pmdas/weblog/weblog.c +index b1690a7..1d7cd7c 100644 +--- a/src/pmdas/weblog/weblog.c ++++ b/src/pmdas/weblog/weblog.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: weblog.c,v 2.23 2004/06/24 06:15:36 kenmcd Exp $" ++// "$Id: weblog.c,v 2.23 2004/06/24 06:15:36 kenmcd Exp $" + + #include "./weblog.h" + #include +diff --git a/src/pmdas/weblog/weblog.h b/src/pmdas/weblog/weblog.h +index fa98b1c..a5d0e6e 100644 +--- a/src/pmdas/weblog/weblog.h ++++ b/src/pmdas/weblog/weblog.h +@@ -20,7 +20,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: weblog.h,v 2.14 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: weblog.h,v 2.14 2004/06/15 09:39:44 kenmcd Exp $" + + #ifndef _WEBLOG_H + #define _WEBLOG_H +diff --git a/src/pmdas/windows/pmda.c b/src/pmdas/windows/pmda.c +index 2ec69ec..f2f6926 100644 +--- a/src/pmdas/windows/pmda.c ++++ b/src/pmdas/windows/pmda.c +@@ -26,7 +26,7 @@ + * + */ + +-#ident "$Id: pmda.c,v 1.4 2004/07/20 20:04:36 kenmcd Exp $" ++// "$Id: pmda.c,v 1.4 2004/07/20 20:04:36 kenmcd Exp $" + + #include + #include +diff --git a/src/pmdbg/pmdbg.c b/src/pmdbg/pmdbg.c +index cef1a3a..149ba26 100644 +--- a/src/pmdbg/pmdbg.c ++++ b/src/pmdbg/pmdbg.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmdbg.c,v 1.2 2003/02/20 19:20:25 kenmcd Exp $" ++// "$Id: pmdbg.c,v 1.2 2003/02/20 19:20:25 kenmcd Exp $" + + /* + * pmdbg - help for PCP debug flags +diff --git a/src/pmdumplog/pmdumplog.c b/src/pmdumplog/pmdumplog.c +index 3c7ca13..7eb95a6 100644 +--- a/src/pmdumplog/pmdumplog.c ++++ b/src/pmdumplog/pmdumplog.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmdumplog.c,v 1.5 2004/06/16 23:33:34 nathans Exp $" ++// "$Id: pmdumplog.c,v 1.5 2004/06/16 23:33:34 nathans Exp $" + + #include + #include +diff --git a/src/pmdumptext/pmdumptext.c++ b/src/pmdumptext/pmdumptext.c++ +index fc1b6a1..72fb5f5 100644 +--- a/src/pmdumptext/pmdumptext.c++ ++++ b/src/pmdumptext/pmdumptext.c++ +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmdumptext.c++,v 1.44 2005/05/10 01:59:58 kenmcd Exp $" ++// "$Id: pmdumptext.c++,v 1.44 2005/05/10 01:59:58 kenmcd Exp $" + + #include + #include +diff --git a/src/pmerr/pmerr.c b/src/pmerr/pmerr.c +index 904c092..af544cc 100644 +--- a/src/pmerr/pmerr.c ++++ b/src/pmerr/pmerr.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmerr.c,v 1.3 2003/02/20 19:20:25 kenmcd Exp $" ++// "$Id: pmerr.c,v 1.3 2003/02/20 19:20:25 kenmcd Exp $" + + #include + #include +diff --git a/src/pmhostname/pmhostname.c b/src/pmhostname/pmhostname.c +index ebd530f..d87c25c 100644 +--- a/src/pmhostname/pmhostname.c ++++ b/src/pmhostname/pmhostname.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmhostname.c,v 1.3 2003/02/20 05:28:13 kenmcd Exp $" ++// "$Id: pmhostname.c,v 1.3 2003/02/20 05:28:13 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/dstruct.c b/src/pmie/src/dstruct.c +index 24bc299..5987d47 100644 +--- a/src/pmie/src/dstruct.c ++++ b/src/pmie/src/dstruct.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dstruct.c,v 1.10 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: dstruct.c,v 1.10 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/eval.c b/src/pmie/src/eval.c +index 0cd5c4a..e4044d7 100644 +--- a/src/pmie/src/eval.c ++++ b/src/pmie/src/eval.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: eval.c,v 1.3 2002/07/06 05:48:20 kenmcd Exp $" ++// "$Id: eval.c,v 1.3 2002/07/06 05:48:20 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/grammar.save.c b/src/pmie/src/grammar.save.c +index 837214d..dd58d9e 100644 +--- a/src/pmie/src/grammar.save.c ++++ b/src/pmie/src/grammar.save.c +@@ -49,7 +49,7 @@ + + #line 27 "grammar.y" + +-#ident "$Id: grammar.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: grammar.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" + + #include "dstruct.h" + #include "syntax.h" +diff --git a/src/pmie/src/grammar.y b/src/pmie/src/grammar.y +index 3d20fec..e925e32 100644 +--- a/src/pmie/src/grammar.y ++++ b/src/pmie/src/grammar.y +@@ -23,7 +23,7 @@ + */ + + %{ +-#ident "$Id: grammar.y,v 1.1 2000/12/05 03:42:25 max Exp $" ++// "$Id: grammar.y,v 1.1 2000/12/05 03:42:25 max Exp $" + + #include "dstruct.h" + #include "syntax.h" +diff --git a/src/pmie/src/lexicon.c b/src/pmie/src/lexicon.c +index f03f062..d55859b 100644 +--- a/src/pmie/src/lexicon.c ++++ b/src/pmie/src/lexicon.c +@@ -26,7 +26,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: lexicon.c,v 1.3 2003/02/20 05:28:13 kenmcd Exp $" ++// "$Id: lexicon.c,v 1.3 2003/02/20 05:28:13 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/match_inst.c b/src/pmie/src/match_inst.c +index ad287c7..18c5a4c 100644 +--- a/src/pmie/src/match_inst.c ++++ b/src/pmie/src/match_inst.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: match_inst.c,v 1.1 2000/12/05 03:42:25 max Exp $" ++// "$Id: match_inst.c,v 1.1 2000/12/05 03:42:25 max Exp $" + + #include + #include +diff --git a/src/pmie/src/pmie.c b/src/pmie/src/pmie.c +index e5b6836..4900275 100644 +--- a/src/pmie/src/pmie.c ++++ b/src/pmie/src/pmie.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmie.c,v 1.14 2004/06/23 01:42:45 kenmcd Exp $" ++// "$Id: pmie.c,v 1.14 2004/06/23 01:42:45 kenmcd Exp $" + + /* + * pmie debug flags: +diff --git a/src/pmie/src/pragmatics.c b/src/pmie/src/pragmatics.c +index 0567044..b1974e0 100644 +--- a/src/pmie/src/pragmatics.c ++++ b/src/pmie/src/pragmatics.c +@@ -25,7 +25,7 @@ + * the PMAPI access are kept in this source file. + */ + +-#ident "$Id: pragmatics.c,v 1.5 2004/06/20 22:38:25 kenmcd Exp $" ++// "$Id: pragmatics.c,v 1.5 2004/06/20 22:38:25 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/show.c b/src/pmie/src/show.c +index b0926f6..fb9e671 100644 +--- a/src/pmie/src/show.c ++++ b/src/pmie/src/show.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: show.c,v 1.4 2003/02/20 19:20:25 kenmcd Exp $" ++// "$Id: show.c,v 1.4 2003/02/20 19:20:25 kenmcd Exp $" + + #include + #include +diff --git a/src/pmie/src/symbol.c b/src/pmie/src/symbol.c +index 1edc814..98f2a85 100644 +--- a/src/pmie/src/symbol.c ++++ b/src/pmie/src/symbol.c +@@ -23,7 +23,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: symbol.c,v 1.3 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: symbol.c,v 1.3 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/pmie/src/syntax.c b/src/pmie/src/syntax.c +index edd71d3..dad9a29 100644 +--- a/src/pmie/src/syntax.c ++++ b/src/pmie/src/syntax.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: syntax.c,v 1.3 2002/11/06 00:42:53 kenmcd Exp $" ++// "$Id: syntax.c,v 1.3 2002/11/06 00:42:53 kenmcd Exp $" + #ifdef HAVE_CONFIG_H + #include + #endif +diff --git a/src/pmie/src/syslog.c b/src/pmie/src/syslog.c +index f15eee4..50d7891 100644 +--- a/src/pmie/src/syslog.c ++++ b/src/pmie/src/syslog.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: syslog.c,v 1.5 2004/07/22 07:02:39 kenmcd Exp $" ++// "$Id: syslog.c,v 1.5 2004/07/22 07:02:39 kenmcd Exp $" + + #include + #include +diff --git a/src/pminfo/pminfo.c b/src/pminfo/pminfo.c +index 8d80770..6de6a20 100644 +--- a/src/pminfo/pminfo.c ++++ b/src/pminfo/pminfo.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pminfo.c,v 1.4 2003/02/20 05:28:13 kenmcd Exp $" ++// "$Id: pminfo.c,v 1.4 2003/02/20 05:28:13 kenmcd Exp $" + + #include + #include +diff --git a/src/pmkstat/src/pmkstat.c b/src/pmkstat/src/pmkstat.c +index 6729f6b..99fcb13 100644 +--- a/src/pmkstat/src/pmkstat.c ++++ b/src/pmkstat/src/pmkstat.c +@@ -28,7 +28,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmkstat.c,v 1.6 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: pmkstat.c,v 1.6 2004/06/07 10:17:19 nathans Exp $" + + #define HAVE_NETWORK 0 + +diff --git a/src/pmlc/actions.c b/src/pmlc/actions.c +index 6b2a403..30c495b 100644 +--- a/src/pmlc/actions.c ++++ b/src/pmlc/actions.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: actions.c,v 1.4 2005/08/02 16:46:27 kenmcd Exp $" ++// "$Id: actions.c,v 1.4 2005/08/02 16:46:27 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlc/gram.save.c b/src/pmlc/gram.save.c +index 41a18ab..b81c261 100644 +--- a/src/pmlc/gram.save.c ++++ b/src/pmlc/gram.save.c +@@ -43,7 +43,7 @@ + + #line 5 "gram.y" + +-#ident "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlc/gram.y b/src/pmlc/gram.y +index b18091b..cc10a4e 100644 +--- a/src/pmlc/gram.y ++++ b/src/pmlc/gram.y +@@ -20,7 +20,7 @@ + */ + + %{ +-#ident "$Id: gram.y,v 1.4 2002/10/22 04:27:01 kenmcd Exp $" ++// "$Id: gram.y,v 1.4 2002/10/22 04:27:01 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlc/lex.l b/src/pmlc/lex.l +index c87e516..ae2b513 100644 +--- a/src/pmlc/lex.l ++++ b/src/pmlc/lex.l +@@ -20,7 +20,7 @@ + */ + + %{ +-#ident "$Id: lex.l,v 1.4 2002/07/05 05:14:56 kenmcd Exp $" ++// "$Id: lex.l,v 1.4 2002/07/05 05:14:56 kenmcd Exp $" + + #include "pmapi.h" + #include "./pmlc.h" +diff --git a/src/pmlc/pmlc.c b/src/pmlc/pmlc.c +index 3493abe..f78572c 100644 +--- a/src/pmlc/pmlc.c ++++ b/src/pmlc/pmlc.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmlc.c,v 1.3 2005/08/02 16:46:27 kenmcd Exp $" ++// "$Id: pmlc.c,v 1.3 2005/08/02 16:46:27 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlc/pmlc.h b/src/pmlc/pmlc.h +index 032c97c..fe19965 100644 +--- a/src/pmlc/pmlc.h ++++ b/src/pmlc/pmlc.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmlc.h,v 1.4 2005/08/02 16:46:27 kenmcd Exp $" ++// "$Id: pmlc.h,v 1.4 2005/08/02 16:46:27 kenmcd Exp $" + + #ifndef _PMLC_H + #define _PMLC_H +diff --git a/src/pmlc/util.c b/src/pmlc/util.c +index ce3d8eb..8b2ee73 100644 +--- a/src/pmlc/util.c ++++ b/src/pmlc/util.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: util.c,v 1.1 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: util.c,v 1.1 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogextract/error.c b/src/pmlogextract/error.c +index 8a850c4..8767f2d 100644 +--- a/src/pmlogextract/error.c ++++ b/src/pmlogextract/error.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: error.c,v 1.3 2000/12/28 07:37:59 max Exp $" ++// "$Id: error.c,v 1.3 2000/12/28 07:37:59 max Exp $" + + #include + #include +diff --git a/src/pmlogextract/gram.save.c b/src/pmlogextract/gram.save.c +index 1ea105d..f1553fa 100644 +--- a/src/pmlogextract/gram.save.c ++++ b/src/pmlogextract/gram.save.c +@@ -12,7 +12,7 @@ + + #line 6 "gram.y" + +-#ident "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" + + /* + * pmlogextract parser +diff --git a/src/pmlogextract/gram.y b/src/pmlogextract/gram.y +index 3cd88ea..c4ffb08 100644 +--- a/src/pmlogextract/gram.y ++++ b/src/pmlogextract/gram.y +@@ -21,7 +21,7 @@ + + + %{ +-#ident "$Id: gram.y,v 1.15 2002/11/05 23:06:18 kenmcd Exp $" ++// "$Id: gram.y,v 1.15 2002/11/05 23:06:18 kenmcd Exp $" + + /* + * pmlogextract parser +diff --git a/src/pmlogextract/lex.l b/src/pmlogextract/lex.l +index b0d10a4..83c0073 100644 +--- a/src/pmlogextract/lex.l ++++ b/src/pmlogextract/lex.l +@@ -24,7 +24,7 @@ + /* + * pmlogextract configfile lexer + */ +-#ident "$Id: lex.l,v 1.6 2002/07/05 02:57:20 kenmcd Exp $" ++// "$Id: lex.l,v 1.6 2002/07/05 02:57:20 kenmcd Exp $" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/pmlogextract/logio.c b/src/pmlogextract/logio.c +index ba68cbf..401d976 100644 +--- a/src/pmlogextract/logio.c ++++ b/src/pmlogextract/logio.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logio.c,v 1.13 2004/06/20 22:38:25 kenmcd Exp $" ++// "$Id: logio.c,v 1.13 2004/06/20 22:38:25 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogextract/metriclist.c b/src/pmlogextract/metriclist.c +index e9e95f7..9528cc2 100644 +--- a/src/pmlogextract/metriclist.c ++++ b/src/pmlogextract/metriclist.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id" ++// "$Id" + + #include + #include +diff --git a/src/pmlogextract/pmlogextract.c b/src/pmlogextract/pmlogextract.c +index 307f00d..a6d157c 100644 +--- a/src/pmlogextract/pmlogextract.c ++++ b/src/pmlogextract/pmlogextract.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmlogextract.c,v 1.51 2005/07/10 06:57:52 kenmcd Exp $" ++// "$Id: pmlogextract.c,v 1.51 2005/07/10 06:57:52 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/callback.c b/src/pmlogger/callback.c +index 8ef68b9..17d50c7 100644 +--- a/src/pmlogger/callback.c ++++ b/src/pmlogger/callback.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: callback.c,v 1.5 2004/12/06 00:56:58 kenmcd Exp $" ++// "$Id: callback.c,v 1.5 2004/12/06 00:56:58 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/check.c b/src/pmlogger/check.c +index 105c7f3..2d6f30e 100644 +--- a/src/pmlogger/check.c ++++ b/src/pmlogger/check.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: check.c,v 1.3 2001/03/09 01:34:57 kenmcd Exp $" ++// "$Id: check.c,v 1.3 2001/03/09 01:34:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/dopdu.c b/src/pmlogger/dopdu.c +index 1964451..9fff6dd 100644 +--- a/src/pmlogger/dopdu.c ++++ b/src/pmlogger/dopdu.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: dopdu.c,v 1.5 2004/12/06 00:56:58 kenmcd Exp $" ++// "$Id: dopdu.c,v 1.5 2004/12/06 00:56:58 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/error.c b/src/pmlogger/error.c +index e68da7b..2c38eb4 100644 +--- a/src/pmlogger/error.c ++++ b/src/pmlogger/error.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: error.c,v 1.2 2000/12/28 09:17:25 max Exp $" ++// "$Id: error.c,v 1.2 2000/12/28 09:17:25 max Exp $" + + #include + #include +diff --git a/src/pmlogger/fetch.c b/src/pmlogger/fetch.c +index ad745f6..2f04437 100644 +--- a/src/pmlogger/fetch.c ++++ b/src/pmlogger/fetch.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: fetch.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: fetch.c,v 1.2 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/pmlogger/gram.save.c b/src/pmlogger/gram.save.c +index 65eeb72..9624101 100644 +--- a/src/pmlogger/gram.save.c ++++ b/src/pmlogger/gram.save.c +@@ -37,7 +37,7 @@ + + #line 19 "gram.y" + +-#ident "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: gram.save.c,v 1.1 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/gram.y b/src/pmlogger/gram.y +index bd45da8..ed9dbc4 100644 +--- a/src/pmlogger/gram.y ++++ b/src/pmlogger/gram.y +@@ -34,7 +34,7 @@ + */ + + %{ +-#ident "$Id: gram.y,v 1.5 2002/10/11 04:14:47 markgw Exp $" ++// "$Id: gram.y,v 1.5 2002/10/11 04:14:47 markgw Exp $" + + #include + #include +diff --git a/src/pmlogger/lex.l b/src/pmlogger/lex.l +index 8ca9b97..ca5de0b 100644 +--- a/src/pmlogger/lex.l ++++ b/src/pmlogger/lex.l +@@ -20,7 +20,7 @@ + */ + + %{ +-#ident "$Id: lex.l,v 1.4 2002/07/05 05:14:56 kenmcd Exp $" ++// "$Id: lex.l,v 1.4 2002/07/05 05:14:56 kenmcd Exp $" + #include + #include "pmapi.h" + #include "impl.h" +diff --git a/src/pmlogger/logger.h b/src/pmlogger/logger.h +index d628ac9..f7b46c5 100644 +--- a/src/pmlogger/logger.h ++++ b/src/pmlogger/logger.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logger.h,v 1.4 2004/12/06 00:56:58 kenmcd Exp $" ++// "$Id: logger.h,v 1.4 2004/12/06 00:56:58 kenmcd Exp $" + + #ifndef _LOGGER_H + #define _LOGGER_H +diff --git a/src/pmlogger/pmlogger.c b/src/pmlogger/pmlogger.c +index fcb4355..81f12b5 100644 +--- a/src/pmlogger/pmlogger.c ++++ b/src/pmlogger/pmlogger.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmlogger.c,v 1.7 2004/12/06 00:56:58 kenmcd Exp $" ++// "$Id: pmlogger.c,v 1.7 2004/12/06 00:56:58 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/ports.c b/src/pmlogger/ports.c +index c591fd5..3aae99e 100644 +--- a/src/pmlogger/ports.c ++++ b/src/pmlogger/ports.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: ports.c,v 1.8 2004/07/22 07:00:57 kenmcd Exp $" ++// "$Id: ports.c,v 1.8 2004/07/22 07:00:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/preamble.c b/src/pmlogger/preamble.c +index e3b5c0a..43cd34d 100644 +--- a/src/pmlogger/preamble.c ++++ b/src/pmlogger/preamble.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: preamble.c,v 1.3 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: preamble.c,v 1.3 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogger/rewrite.c b/src/pmlogger/rewrite.c +index 9c93d48..bfcce66 100644 +--- a/src/pmlogger/rewrite.c ++++ b/src/pmlogger/rewrite.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: rewrite.c,v 1.2 2000/12/28 09:17:25 max Exp $" ++// "$Id: rewrite.c,v 1.2 2000/12/28 09:17:25 max Exp $" + + #include + #include "pmapi.h" +diff --git a/src/pmlogger/util.c b/src/pmlogger/util.c +index 1d525cf..0b1dd28 100644 +--- a/src/pmlogger/util.c ++++ b/src/pmlogger/util.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: util.c,v 1.1 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: util.c,v 1.1 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogreduce/logio.c b/src/pmlogreduce/logio.c +index 782897e..76cfaed 100644 +--- a/src/pmlogreduce/logio.c ++++ b/src/pmlogreduce/logio.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: logio.c,v 1.1 2004/04/13 08:59:30 kenmcd Exp $" ++// "$Id: logio.c,v 1.1 2004/04/13 08:59:30 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogreduce/pmlogreduce.c b/src/pmlogreduce/pmlogreduce.c +index 3142ee8..1d98ae2 100644 +--- a/src/pmlogreduce/pmlogreduce.c ++++ b/src/pmlogreduce/pmlogreduce.c +@@ -37,7 +37,7 @@ + * in the head of scan.c + */ + +-#ident "$Id: pmlogreduce.c,v 1.5 2005/03/16 09:45:23 kenmcd Exp $" ++// "$Id: pmlogreduce.c,v 1.5 2005/03/16 09:45:23 kenmcd Exp $" + + #include + #include +diff --git a/src/pmlogsummary/pmlogsummary.c b/src/pmlogsummary/pmlogsummary.c +index 69646ef..2f1c7e4 100644 +--- a/src/pmlogsummary/pmlogsummary.c ++++ b/src/pmlogsummary/pmlogsummary.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmlogsummary.c,v 1.31 2004/06/15 09:39:44 kenmcd Exp $" ++// "$Id: pmlogsummary.c,v 1.31 2004/06/15 09:39:44 kenmcd Exp $" + + #include + #include +diff --git a/src/pmns/pmnsdel.c b/src/pmns/pmnsdel.c +index d8c3d2a..705bb6e 100644 +--- a/src/pmns/pmnsdel.c ++++ b/src/pmns/pmnsdel.c +@@ -23,7 +23,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmnsdel.c,v 1.5 2003/02/10 02:32:07 kenmcd Exp $" ++// "$Id: pmnsdel.c,v 1.5 2003/02/10 02:32:07 kenmcd Exp $" + + #include + #include +diff --git a/src/pmns/pmnsmerge.c b/src/pmns/pmnsmerge.c +index f0d492c..6538bd4 100644 +--- a/src/pmns/pmnsmerge.c ++++ b/src/pmns/pmnsmerge.c +@@ -23,7 +23,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmnsmerge.c,v 1.5 2003/05/07 07:21:03 nathans Exp $" ++// "$Id: pmnsmerge.c,v 1.5 2003/05/07 07:21:03 nathans Exp $" + + #include + #include +diff --git a/src/pmns/pmnsutil.c b/src/pmns/pmnsutil.c +index 3165494..7b087de 100644 +--- a/src/pmns/pmnsutil.c ++++ b/src/pmns/pmnsutil.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id" ++// "$Id" + + #include "pmapi.h" + #include "impl.h" +diff --git a/src/pmnscomp/pmnscomp.c b/src/pmnscomp/pmnscomp.c +index a9e0492..99f3363 100644 +--- a/src/pmnscomp/pmnscomp.c ++++ b/src/pmnscomp/pmnscomp.c +@@ -23,7 +23,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmnscomp.c,v 1.4 2004/06/07 10:17:19 nathans Exp $" ++// "$Id: pmnscomp.c,v 1.4 2004/06/07 10:17:19 nathans Exp $" + + #include + #include +diff --git a/src/pmprobe/pmprobe.c b/src/pmprobe/pmprobe.c +index d420af0..9a9393b 100644 +--- a/src/pmprobe/pmprobe.c ++++ b/src/pmprobe/pmprobe.c +@@ -21,7 +21,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmprobe.c,v 1.4 2001/03/22 05:26:43 max Exp $" ++// "$Id: pmprobe.c,v 1.4 2001/03/22 05:26:43 max Exp $" + + #include + #include "pmapi.h" +diff --git a/src/pmproxy/client.c b/src/pmproxy/client.c +index 3a853e6..f67bfcd 100644 +--- a/src/pmproxy/client.c ++++ b/src/pmproxy/client.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: client.c,v 1.3 2005/07/10 05:45:35 kenmcd Exp $" ++// "$Id: client.c,v 1.3 2005/07/10 05:45:35 kenmcd Exp $" + + #include + #include +diff --git a/src/pmproxy/pmproxy.c b/src/pmproxy/pmproxy.c +index 9aeab71..20439f6 100644 +--- a/src/pmproxy/pmproxy.c ++++ b/src/pmproxy/pmproxy.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmproxy.c,v 1.4 2005/07/10 05:45:35 kenmcd Exp $" ++// "$Id: pmproxy.c,v 1.4 2005/07/10 05:45:35 kenmcd Exp $" + + #include + #include +diff --git a/src/pmproxy/pmproxy.h b/src/pmproxy/pmproxy.h +index 473ba72..178dc14 100644 +--- a/src/pmproxy/pmproxy.h ++++ b/src/pmproxy/pmproxy.h +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmproxy.h,v 1.3 2005/07/10 05:45:35 kenmcd Exp $" ++// "$Id: pmproxy.h,v 1.3 2005/07/10 05:45:35 kenmcd Exp $" + + #ifndef _PROXY_H + #define _PROXY_H +diff --git a/src/pmstore/pmstore.c b/src/pmstore/pmstore.c +index bfce650..e019d67 100644 +--- a/src/pmstore/pmstore.c ++++ b/src/pmstore/pmstore.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmstore.c,v 1.6 2004/07/02 05:52:57 kenmcd Exp $" ++// "$Id: pmstore.c,v 1.6 2004/07/02 05:52:57 kenmcd Exp $" + + #include + #include +diff --git a/src/pmtrace/pmtrace.c b/src/pmtrace/pmtrace.c +index 8941424..b79122d 100644 +--- a/src/pmtrace/pmtrace.c ++++ b/src/pmtrace/pmtrace.c +@@ -19,7 +19,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmtrace.c,v 1.23 2003/07/03 19:56:49 kenmcd Exp $" ++// "$Id: pmtrace.c,v 1.23 2003/07/03 19:56:49 kenmcd Exp $" + + #include + #include +diff --git a/src/pmval/pmval.c b/src/pmval/pmval.c +index fcee8f1..c9295e3 100644 +--- a/src/pmval/pmval.c ++++ b/src/pmval/pmval.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: pmval.c,v 1.11 2005/03/15 04:56:57 kenmcd Exp $" ++// "$Id: pmval.c,v 1.11 2005/03/15 04:56:57 kenmcd Exp $" + + #include + #include +diff --git a/src/procmemstat/procmemstat.c b/src/procmemstat/procmemstat.c +index cd06e61..04c45c0 100644 +--- a/src/procmemstat/procmemstat.c ++++ b/src/procmemstat/procmemstat.c +@@ -22,7 +22,7 @@ + * Mountain View, CA 94043, USA, or: http://www.sgi.com + */ + +-#ident "$Id: procmemstat.c,v 1.2 2004/06/23 18:05:05 kenmcd Exp $" ++// "$Id: procmemstat.c,v 1.2 2004/06/23 18:05:05 kenmcd Exp $" + + #include + #include diff --git a/pcp.changes b/pcp.changes index 805991d..becef68 100644 --- a/pcp.changes +++ b/pcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 25 20:21:59 CET 2009 - crrodriguez@suse.de + +- fix build with GCC44, #ident is a deprecated GCC extension + ------------------------------------------------------------------- Thu Nov 6 17:23:58 CET 2008 - ro@suse.de diff --git a/pcp.spec b/pcp.spec index f8713e7..1bdc752 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,7 +1,7 @@ # # spec file for package pcp (Version 2.5.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: pcp BuildRequires: bison flex gcc-c++ ncurses-devel procps Version: 2.5.0 -Release: 126 +Release: 127 Summary: Performance Co-Pilot (system-level performance monitoring) License: GPL v2 or later Url: http://oss.sgi.com/projects/pcp @@ -34,6 +34,7 @@ Patch3: pcp-gcc43.patch Patch4: pcp-init.patch Patch5: pcp-2.5.0-buffer-overflow.diff Patch6: pcp-xenbuild.patch +Patch7: pcp-2.5.0-GCC44.patch PreReq: %insserv_prereq %fillup_prereq permissions BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -72,6 +73,7 @@ Authors: %patch4 %patch5 %patch6 +%patch7 -p1 %build %{suse_update_config -f} @@ -261,6 +263,8 @@ fi exit 0 %changelog +* Wed Feb 25 2009 crrodriguez@suse.de +- fix build with GCC44, #ident is a deprecated GCC extension * Thu Nov 06 2008 ro@suse.de - fix build failure in obs * Tue Oct 07 2008 kukuk@suse.de