From cd80e9aae678a47bcc231d3b5ef6dcebb7dd1e8a Mon Sep 17 00:00:00 2001 From: matthias Date: Sat, 1 Feb 1997 09:51:48 +0000 Subject: remove second RCS-Id line. --- usr.bin/find/function.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.bin/find/function.c') diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 1f21c270d07..c901d515675 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,6 +1,4 @@ -/* $NetBSD: function.c,v 1.19 1997/01/30 09:17:27 matthias Exp $ */ - -/* $NetBSD: function.c,v 1.19 1997/01/30 09:17:27 matthias Exp $ */ +/* $NetBSD: function.c,v 1.20 1997/02/01 09:51:48 matthias Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -40,7 +38,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$NetBSD: function.c,v 1.19 1997/01/30 09:17:27 matthias Exp $"; +static char rcsid[] = "$NetBSD: function.c,v 1.20 1997/02/01 09:51:48 matthias Exp $"; #endif /* not lint */ #include -- cgit