summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
authormatthias <matthias@NetBSD.org>1997-02-01 09:51:48 +0000
committermatthias <matthias@NetBSD.org>1997-02-01 09:51:48 +0000
commitcd80e9aae678a47bcc231d3b5ef6dcebb7dd1e8a (patch)
treefd656698803e7cbbe5b99d3d19a7030daa6518c6 /usr.bin/find/function.c
parent1a9434cf9f1f75ba8c2f47d1ba40370ddd36aa5d (diff)
remove second RCS-Id line.
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c6
1 files changed, 2 insertions, 4 deletions
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 <sys/param.h>