Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include use namespace protected types.



details:   https://anonhg.NetBSD.org/src/rev/244986dcbb1b
branches:  trunk
changeset: 343180:244986dcbb1b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 16:00:29 2016 +0000

description:
use namespace protected types.

diffstat:

 sys/arch/mips/include/signal.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b8cbe264bb7 -r 244986dcbb1b sys/arch/mips/include/signal.h
--- a/sys/arch/mips/include/signal.h    Sun Jan 24 15:55:34 2016 +0000
+++ b/sys/arch/mips/include/signal.h    Sun Jan 24 16:00:29 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.29 2009/12/14 00:46:05 matt Exp $ */
+/*     $NetBSD: signal.h,v 1.30 2016/01/24 16:00:29 christos Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -106,7 +106,7 @@
 _SIGCONTEXT_DEFINE(sigcontext, int, int);
 #endif
 #ifdef _LIBC
-_SIGCONTEXT_DEFINE(sigcontext, register_t, fpregister_t);
+_SIGCONTEXT_DEFINE(sigcontext, __register_t, __fpregister_t);
 #endif
 
 #endif /* _LIBC || _KERNEL */



Home | Main Index | Thread Index | Old Index