diff options
Diffstat (limited to 'boggle/mkindex/mkindex.c')
| -rw-r--r-- | boggle/mkindex/mkindex.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boggle/mkindex/mkindex.c b/boggle/mkindex/mkindex.c index eae6c565..4d29da49 100644 --- a/boggle/mkindex/mkindex.c +++ b/boggle/mkindex/mkindex.c @@ -1,3 +1,5 @@ +/* $NetBSD: mkindex.c,v 1.2 1995/03/21 12:14:52 cgd Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)mkindex.c 8.1 (Berkeley) 6/11/93"; +#else +static char rcsid[] = "$NetBSD: mkindex.c,v 1.2 1995/03/21 12:14:52 cgd Exp $"; +#endif #endif /* not lint */ #include <stdio.h> |
