From 13a26126791f719a62e09dc51634c290ba9fdf5f Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 24 Mar 1995 05:00:43 +0000 Subject: rcs id conventions --- mille/table.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'mille/table.c') diff --git a/mille/table.c b/mille/table.c index 3856a967..7b0f9cd2 100644 --- a/mille/table.c +++ b/mille/table.c @@ -1,3 +1,5 @@ +/* $NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $ */ + /* * Copyright (c) 1982, 1993 * The Regents of the University of California. All rights reserved. @@ -38,8 +40,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)table.c 8.1 (Berkeley) 5/31/93";*/ -static char rcsid[] = "$Id: table.c,v 1.3 1994/05/12 17:39:42 jtc Exp $"; +#if 0 +static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $"; +#endif #endif /* not lint */ # define DEBUG -- cgit v1.2.3