diff options
Diffstat (limited to 'gnu/usr.bin/gas/bignum-copy.c')
-rw-r--r-- | gnu/usr.bin/gas/bignum-copy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/bignum-copy.c b/gnu/usr.bin/gas/bignum-copy.c index 96fc8d3c207..48d9d136c3e 100644 --- a/gnu/usr.bin/gas/bignum-copy.c +++ b/gnu/usr.bin/gas/bignum-copy.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bignum-copy.c,v 1.2 1998/02/15 18:48:42 niklas Exp $ */ + /* bignum_copy.c - copy a bignum Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -18,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$Id: bignum-copy.c,v 1.1 1995/10/18 08:38:57 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: bignum-copy.c,v 1.2 1998/02/15 18:48:42 niklas Exp $"; #endif #include "as.h" |