Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/include How stupid can you borke a commit? I ...



details:   https://anonhg.NetBSD.org/src/rev/dfb0c1925f73
branches:  trunk
changeset: 557849:dfb0c1925f73
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jan 19 19:27:46 2004 +0000

description:
How stupid can you borke a commit? I could *swear* I had tested the last
revision before commiting - but you ain't going to believe me anyway.

diffstat:

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

diffs (18 lines):

diff -r 43020331081c -r dfb0c1925f73 sys/arch/sparc/include/signal.h
--- a/sys/arch/sparc/include/signal.h   Mon Jan 19 18:33:21 2004 +0000
+++ b/sys/arch/sparc/include/signal.h   Mon Jan 19 19:27:46 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.17 2004/01/18 20:53:57 martin Exp $ */
+/*     $NetBSD: signal.h,v 1.18 2004/01/19 19:27:46 martin Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -98,7 +98,7 @@
 };
 
 #ifdef COMPAT_16
-#define        SIGTRAMP_VALID((unsigned)vers)  ((vers) <= 2)
+#define        SIGTRAMP_VALID(vers)    ((unsigned)(vers) <= 2)
 #else
 #define        SIGTRAMP_VALID(vers)    ((vers) == 2)
 #endif



Home | Main Index | Thread Index | Old Index