From 2604023d87cc539cb686c4dbbfd6bc9c2bef72a2 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 19 Mar 1991 02:44:22 -0800 Subject: [PATCH] use right sccs strings SCCS-vsn: lib/libc/i386/gen/modf.s 5.5 --- usr/src/lib/libc/i386/gen/modf.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libc/i386/gen/modf.s b/usr/src/lib/libc/i386/gen/modf.s index e93cfe4f55..506406ce51 100644 --- a/usr/src/lib/libc/i386/gen/modf.s +++ b/usr/src/lib/libc/i386/gen/modf.s @@ -3,13 +3,13 @@ * All rights reserved. * * This code is derived from software contributed to Berkeley by - * Sean Eric Fagan + * Sean Eric Fagan. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)modf.s 5.4 (Berkeley) %G%"; + .asciz "@(#)modf.s 5.5 (Berkeley) %G%" #endif /* LIBC_SCCS and not lint */ /* -- 2.20.1