diff options
Diffstat (limited to 'bin/rcp/util.c')
-rw-r--r-- | bin/rcp/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 81991f60e79..1aac3b8be62 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $ */ /* $NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/23 14:20:57 deraadt Exp $"; #endif #endif /* not lint */ |