diff options
Diffstat (limited to 'usr.bin/unvis/unvis.c')
-rw-r--r-- | usr.bin/unvis/unvis.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 82deb92f06b..d1962fe4603 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -1,3 +1,5 @@ +/* $OpenBSD: unvis.c,v 1.2 1996/06/26 05:42:18 deraadt Exp $ */ + /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$Id: unvis.c,v 1.1 1995/10/18 08:46:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: unvis.c,v 1.2 1996/06/26 05:42:18 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> |