Module Name: src
Committed By: bouyer
Date: Mon Feb 27 22:33:32 UTC 2012
Modified Files:
src/lib/libc/arch/mips/sys [netbsd-6]: cerror.S
Log Message:
Pull up following revision(s) (requested by oster in ticket #61):
lib/libc/arch/mips/sys/cerror.S: revision 1.18
Fix pasto.
To generate a diff of this commit:
cvs rdiff -u -r1.16.8.1 -r1.16.8.2 src/lib/libc/arch/mips/sys/cerror.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/mips/sys/cerror.S
diff -u src/lib/libc/arch/mips/sys/cerror.S:1.16.8.1 src/lib/libc/arch/mips/sys/cerror.S:1.16.8.2
--- src/lib/libc/arch/mips/sys/cerror.S:1.16.8.1 Mon Feb 27 20:23:00 2012
+++ src/lib/libc/arch/mips/sys/cerror.S Mon Feb 27 22:33:32 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: cerror.S,v 1.16.8.1 2012/02/27 20:23:00 riz Exp $ */
+/* $NetBSD: cerror.S,v 1.16.8.2 2012/02/27 22:33:32 bouyer Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -38,13 +38,13 @@
#if 0
RCSID("from: @(#)cerror.s 8.1 (Berkeley) 6/16/93")
#else
- RCSID("$NetBSD: cerror.S,v 1.16.8.1 2012/02/27 20:23:00 riz Exp $")
+ RCSID("$NetBSD: cerror.S,v 1.16.8.2 2012/02/27 22:33:32 bouyer Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
#ifdef PIC
.protected __cerror
-i#endif
+#endif
#ifdef _REENTRANT
.globl _C_LABEL(__errno)