summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha/gen/frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/alpha/gen/frexp.c')
-rw-r--r--lib/libc/arch/alpha/gen/frexp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/alpha/gen/frexp.c b/lib/libc/arch/alpha/gen/frexp.c
index a38d174e070..09c462214d4 100644
--- a/lib/libc/arch/alpha/gen/frexp.c
+++ b/lib/libc/arch/alpha/gen/frexp.c
@@ -1,3 +1,6 @@
+/* $OpenBSD: frexp.c,v 1.3 1996/11/13 21:20:17 niklas Exp $ */
+/* $NetBSD: frexp.c,v 1.1 1995/02/10 17:50:22 cgd Exp $ */
+
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -26,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: frexp.c,v 1.2 1996/08/19 08:10:37 tholo Exp $";
+static char *rcsid = "$OpenBSD: frexp.c,v 1.3 1996/11/13 21:20:17 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>