Module Name:    src
Committed By:   matt
Date:           Sun Aug 23 23:14:42 UTC 2009

Modified Files:
        src/common/lib/libc/arch/mips/string [matt-nb5-mips64]: bcopy.S

Log Message:
Use #if 0 method for RCSID selection.


To generate a diff of this commit:
cvs rdiff -u -r1.2.40.3 -r1.2.40.4 \
    src/common/lib/libc/arch/mips/string/bcopy.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/lib/libc/arch/mips/string/bcopy.S
diff -u src/common/lib/libc/arch/mips/string/bcopy.S:1.2.40.3 src/common/lib/libc/arch/mips/string/bcopy.S:1.2.40.4
--- src/common/lib/libc/arch/mips/string/bcopy.S:1.2.40.3	Thu Aug 20 10:03:43 2009
+++ src/common/lib/libc/arch/mips/string/bcopy.S	Sun Aug 23 23:14:42 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: bcopy.S,v 1.2.40.3 2009/08/20 10:03:43 matt Exp $	*/
+/*	$NetBSD: bcopy.S,v 1.2.40.4 2009/08/23 23:14:42 matt Exp $	*/
 
 /*
  * Mach Operating System
@@ -43,8 +43,11 @@
 
 
 #if defined(LIBC_SCCS) && !defined(lint)
-	/* RCSID("from: @(#)mips_bcopy.s	2.2 CMU 18/06/93") */
-	RCSID("$NetBSD: bcopy.S,v 1.2.40.3 2009/08/20 10:03:43 matt Exp $")
+#if 0
+	RCSID("from: @(#)mips_bcopy.s	2.2 CMU 18/06/93")
+#else
+	RCSID("$NetBSD: bcopy.S,v 1.2.40.4 2009/08/23 23:14:42 matt Exp $")
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 /*

Reply via email to