Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add a semicolon to __CTASSERT() since it was removed...
details: https://anonhg.NetBSD.org/src/rev/e6ed9cea4f3b
branches: trunk
changeset: 778189:e6ed9cea4f3b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Mar 18 17:59:57 2012 +0000
description:
Add a semicolon to __CTASSERT() since it was removed from the macro
in cdefs.h rev 1.97 by christos.
diffstat:
sys/sys/ucontext.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a365e6b290b6 -r e6ed9cea4f3b sys/sys/ucontext.h
--- a/sys/sys/ucontext.h Sun Mar 18 17:50:43 2012 +0000
+++ b/sys/sys/ucontext.h Sun Mar 18 17:59:57 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ucontext.h,v 1.14 2012/02/19 21:07:00 rmind Exp $ */
+/* $NetBSD: ucontext.h,v 1.15 2012/03/18 17:59:57 tsutsui Exp $ */
/*-
* Copyright (c) 1999, 2003 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
struct lwp;
#ifdef __UCONTEXT_SIZE
-__CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE)
+__CTASSERT(sizeof(ucontext_t) == __UCONTEXT_SIZE);
#endif
void getucontext(struct lwp *, ucontext_t *);
Home |
Main Index |
Thread Index |
Old Index