diff --git a/lib/libc/arch/sh3/string/ffs.S b/lib/libc/arch/sh3/string/ffs.S index 3817d6995217..61a1638eb5b8 100644 --- a/lib/libc/arch/sh3/string/ffs.S +++ b/lib/libc/arch/sh3/string/ffs.S @@ -1,4 +1,4 @@ -/* $NetBSD: ffs.S,v 1.1 2002/08/24 06:30:34 itohy Exp $ */ +/* $NetBSD: ffs.S,v 1.2 2002/08/24 06:37:24 itohy Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -38,8 +38,8 @@ #include -#if defined(SYSLIBC_SCCS) && !defined(lint) - RCSID("$NetBSD: ffs.S,v 1.1 2002/08/24 06:30:34 itohy Exp $") +#if defined(LIBC_SCCS) && !defined(lint) + RCSID("$NetBSD: ffs.S,v 1.2 2002/08/24 06:37:24 itohy Exp $") #endif /* diff --git a/sys/lib/libkern/arch/sh3/ffs.S b/sys/lib/libkern/arch/sh3/ffs.S index edd79bb1cc0d..61a1638eb5b8 100644 --- a/sys/lib/libkern/arch/sh3/ffs.S +++ b/sys/lib/libkern/arch/sh3/ffs.S @@ -1,4 +1,4 @@ -/* $NetBSD: ffs.S,v 1.1 2002/08/24 06:30:36 itohy Exp $ */ +/* $NetBSD: ffs.S,v 1.2 2002/08/24 06:37:24 itohy Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -38,8 +38,8 @@ #include -#if defined(SYSLIBC_SCCS) && !defined(lint) - RCSID("$NetBSD: ffs.S,v 1.1 2002/08/24 06:30:36 itohy Exp $") +#if defined(LIBC_SCCS) && !defined(lint) + RCSID("$NetBSD: ffs.S,v 1.2 2002/08/24 06:37:24 itohy Exp $") #endif /*