From 32f370e202eea76901fa47eebf03d21889985a7f Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 24 Feb 1997 14:44:29 +0000 Subject: OpenBSD tags --- sys/stand/copy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/stand/copy.c') diff --git a/sys/stand/copy.c b/sys/stand/copy.c index 3054a87022a..e29ba5ec52a 100644 --- a/sys/stand/copy.c +++ b/sys/stand/copy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: copy.c,v 1.2 1997/02/24 14:44:28 niklas Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -39,7 +41,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)copy.c 8.1 (Berkeley) 6/11/93";*/ -static char rcsid[] = "$NetBSD: copy.c,v 1.5 1994/06/29 06:43:28 cgd Exp $"; +static char rcsid[] = "$OpenBSD: copy.c,v 1.2 1997/02/24 14:44:28 niklas Exp $"; #endif /* not lint */ #define BSIZE 10240 -- cgit v1.2.3