summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm32/gen/modf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/arm32/gen/modf.c')
-rw-r--r--lib/libc/arch/arm32/gen/modf.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/arch/arm32/gen/modf.c b/lib/libc/arch/arm32/gen/modf.c
index 1f78c89354b..62ff1d20f56 100644
--- a/lib/libc/arch/arm32/gen/modf.c
+++ b/lib/libc/arch/arm32/gen/modf.c
@@ -1,5 +1,3 @@
-/* $NetBSD: modf.c,v 1.1 1996/05/12 20:29:55 mark Exp $ */
-
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -27,6 +25,10 @@
* rights to redistribute these changes.
*/
+#if defined(LIBC_SCCS) && !defined(lint)
+static char *rcsid = "$OpenBSD: modf.c,v 1.2 1996/08/19 08:11:44 tholo Exp $";
+#endif /* LIBC_SCCS and not lint */
+
#include <sys/types.h>
#include <machine/ieee.h>
#include <errno.h>