Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/lib/libc/arch/mips/sys Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/23ba79e6609e
branches:  netbsd-6
changeset: 773846:23ba79e6609e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Feb 27 22:33:32 2012 +0000

description:
Pull up following revision(s) (requested by oster in ticket #61):
        lib/libc/arch/mips/sys/cerror.S: revision 1.18
Fix pasto.

diffstat:

 lib/libc/arch/mips/sys/cerror.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 3ecb3c3cd72f -r 23ba79e6609e lib/libc/arch/mips/sys/cerror.S
--- a/lib/libc/arch/mips/sys/cerror.S   Mon Feb 27 20:37:14 2012 +0000
+++ b/lib/libc/arch/mips/sys/cerror.S   Mon Feb 27 22:33:32 2012 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index