diff options
Diffstat (limited to 'lib/libc/quad/muldi3.c')
-rw-r--r-- | lib/libc/quad/muldi3.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/quad/muldi3.c b/lib/libc/quad/muldi3.c index 48b199c15dd..d66cdb681b2 100644 --- a/lib/libc/quad/muldi3.c +++ b/lib/libc/quad/muldi3.c @@ -1,5 +1,3 @@ -/* $NetBSD: muldi3.c,v 1.2 1995/02/27 17:30:39 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[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: muldi3.c,v 1.2 1995/02/27 17:30:39 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: muldi3.c,v 1.2 1996/08/19 08:30:38 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" |