diff options
Diffstat (limited to 'sys/stand/copy.c')
-rw-r--r-- | sys/stand/copy.c | 4 |
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 |