diff options
Diffstat (limited to 'xc/config/util/makestrs.c')
-rw-r--r-- | xc/config/util/makestrs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/config/util/makestrs.c b/xc/config/util/makestrs.c index c81e38012..893bf88fc 100644 --- a/xc/config/util/makestrs.c +++ b/xc/config/util/makestrs.c @@ -1,4 +1,4 @@ -/* $TOG: makestrs.c /main/11 1998/02/06 11:24:15 kaleb $ */ +/* $Id */ /* @@ -21,7 +21,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/config/util/makestrs.c,v 3.4 1998/10/05 13:21:51 dawes Exp $ */ +/* $XFree86: xc/config/util/makestrs.c,v 3.5 2001/01/17 16:39:01 dawes Exp $ */ /* Constructs string definitions */ @@ -233,7 +233,7 @@ static void WriteHeader (char *tagline, File *phile, int abi) (void) fprintf (f, "%s\n%s\n/* %s ABI version -- Do not edit */\n", - "/* $TOG: makestrs.c /main/11 1998/02/06 11:24:15 kaleb $ */", + "/* $Xorg: makestrs.c,v 1.5 2000/08/18 04:03:59 coskrey Exp $ */", "/* This file is automatically generated. */", abistring[abi]); @@ -404,7 +404,7 @@ static void WriteSource(char *tagline, int abi) (void) printf ("%s\n%s\n/* %s ABI version -- Do not edit */\n", - "/* $TOG: makestrs.c /main/11 1998/02/06 11:24:15 kaleb $ */", + "/* $Xorg: makestrs.c,v 1.5 2000/08/18 04:03:59 coskrey Exp $ */", "/* This file is automatically generated. */", abistring[abi]); |