diff options
Diffstat (limited to 'sbin/clri/clri.c')
-rw-r--r-- | sbin/clri/clri.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 025409d86f0..28df2238c45 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clri.c,v 1.2 1996/06/23 14:30:01 deraadt Exp $ */ /* $NetBSD: clri.c,v 1.9 1995/03/18 14:54:33 cgd Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #else -static char rcsid[] = "$NetBSD: clri.c,v 1.9 1995/03/18 14:54:33 cgd Exp $"; +static char rcsid[] = "$OpenBSD: clri.c,v 1.2 1996/06/23 14:30:01 deraadt Exp $"; #endif #endif /* not lint */ |