summaryrefslogtreecommitdiff
path: root/sys/stand/copy.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-02-24 14:44:29 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-02-24 14:44:29 +0000
commit32f370e202eea76901fa47eebf03d21889985a7f (patch)
tree13133655b06bc72da0c2e3f2011f70c8a5807c64 /sys/stand/copy.c
parent4b2ea851e404d31eeb99e90b6d80d49652b4ca3b (diff)
OpenBSD tags
Diffstat (limited to 'sys/stand/copy.c')
-rw-r--r--sys/stand/copy.c4
1 files changed, 3 insertions, 1 deletions
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