Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/sys Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/2103960ebfb8
branches:  trunk
changeset: 777640:2103960ebfb8
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Feb 27 14:48:34 2012 +0000

description:
Fix pasto.

diffstat:

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

diffs (25 lines):

diff -r 68a685ae5a20 -r 2103960ebfb8 lib/libc/arch/mips/sys/cerror.S
--- a/lib/libc/arch/mips/sys/cerror.S   Mon Feb 27 12:26:21 2012 +0000
+++ b/lib/libc/arch/mips/sys/cerror.S   Mon Feb 27 14:48:34 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cerror.S,v 1.17 2012/02/27 12:26:21 joerg Exp $        */
+/*     $NetBSD: cerror.S,v 1.18 2012/02/27 14:48:34 tsutsui 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.17 2012/02/27 12:26:21 joerg Exp $")
+       RCSID("$NetBSD: cerror.S,v 1.18 2012/02/27 14:48:34 tsutsui 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