summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/arch/powerpc/gen/frexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/gen/frexp.c b/lib/libc/arch/powerpc/gen/frexp.c
index bfb3c684b7d..3e8312419e1 100644
--- a/lib/libc/arch/powerpc/gen/frexp.c
+++ b/lib/libc/arch/powerpc/gen/frexp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $ */
+/* $OpenBSD: frexp.c,v 1.4 2001/09/11 13:19:51 drahn Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $;
+static char rcsid[] = "$OpenBSD: frexp.c,v 1.4 2001/09/11 13:19:51 drahn Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>