Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sh3/sys Added missing _C_LABEL to errno refere...



details:   https://anonhg.NetBSD.org/src/rev/a100045d8ba0
branches:  trunk
changeset: 508296:a100045d8ba0
user:      marcus <marcus%NetBSD.org@localhost>
date:      Mon Apr 09 16:07:34 2001 +0000

description:
Added missing _C_LABEL to errno reference.

diffstat:

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

diffs (24 lines):

diff -r aa17a53da464 -r a100045d8ba0 lib/libc/arch/sh3/sys/Ovfork.S
--- a/lib/libc/arch/sh3/sys/Ovfork.S    Mon Apr 09 16:05:53 2001 +0000
+++ b/lib/libc/arch/sh3/sys/Ovfork.S    Mon Apr 09 16:07:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: Ovfork.S,v 1.1 2000/01/05 14:07:40 msaitoh Exp $       */
+/*     $NetBSD: Ovfork.S,v 1.2 2001/04/09 16:07:34 marcus Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -40,7 +40,7 @@
 
 #include <machine/asm.h>
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: Ovfork.S,v 1.1 2000/01/05 14:07:40 msaitoh Exp $")
+       RCSID("$NetBSD: Ovfork.S,v 1.2 2001/04/09 16:07:34 marcus Exp $")
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
@@ -70,4 +70,4 @@
        
        .align 2
 LSYS_vfork:    .long SYS_vfork
-L_errno:       .long   _errno
+L_errno:       .long   _C_LABEL(errno)



Home | Main Index | Thread Index | Old Index