diff options
Diffstat (limited to 'sbin/restore/restore.c')
-rw-r--r-- | sbin/restore/restore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index a7f49326f0b..b1822ca3b1f 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,3 +1,4 @@ +/* $OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $ */ /* $NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$NetBSD: restore.c,v 1.6 1995/03/18 14:59:51 cgd Exp $"; +static char rcsid[] = "$OpenBSD: restore.c,v 1.2 1996/06/23 14:32:17 deraadt Exp $"; #endif #endif /* not lint */ |