diff options
Diffstat (limited to 'usr.bin/find/find.c')
-rw-r--r-- | usr.bin/find/find.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index ed34e35d726..f14b03cd875 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -1,3 +1,5 @@ +/* $OpenBSD: find.c,v 1.2 1996/06/26 05:33:09 deraadt Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -36,7 +38,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)find.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$Id: find.c,v 1.1 1995/10/18 08:45:13 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: find.c,v 1.2 1996/06/26 05:33:09 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |