From 6fd47823d987745c6dee66467ad138f8ddcb8446 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 12 Sep 2004 11:45:04 +0000 Subject: [PATCH] [project @ 2004-09-12 11:45:04 by panne] Nuked "Revision" CVS keyword --- ghc/rts/parallel/SysMan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/parallel/SysMan.c b/ghc/rts/parallel/SysMan.c index 44b3945..40bcf6a 100644 --- a/ghc/rts/parallel/SysMan.c +++ b/ghc/rts/parallel/SysMan.c @@ -294,7 +294,7 @@ main (int argc, char **argv) { IF_PAR_DEBUG(verbose, fprintf(stderr, - "==== RFP: GdH enabled SysMan reporting for duty ($Revision: 1.6 $)\n")); + "==== RFP: GdH enabled SysMan reporting for duty\n")); if (argc > 1) { if (*argv[1] == '-') { -- 1.7.10.4