diff options
Diffstat (limited to 'lib/libc/quad/fixunssfdi.c')
-rw-r--r-- | lib/libc/quad/fixunssfdi.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/quad/fixunssfdi.c b/lib/libc/quad/fixunssfdi.c index 3ba43825aeb..4efaabfde6a 100644 --- a/lib/libc/quad/fixunssfdi.c +++ b/lib/libc/quad/fixunssfdi.c @@ -1,5 +1,3 @@ -/* $NetBSD: fixunssfdi.c,v 1.3 1995/02/27 17:30:02 cgd Exp $ */ - /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -38,11 +36,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char sccsid[] = "@(#)fixunssfdi.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: fixunssfdi.c,v 1.3 1995/02/27 17:30:02 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: fixunssfdi.c,v 1.2 1996/08/19 08:30:27 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" |