aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-07-12 04:20:56 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-07-12 04:20:56 +0000
commit67f74420f41cdedbe53ae7f6a710c26d966a184d (patch)
treec314e9fb0511f18f86d9359efef86674371f86c2 /sys
parentbaf731e6edf567fa34ca2d290162630eb35846a7 (diff)
parentdca737bc61f7ec7e6ee202e16bda1cdfaaf26332 (diff)
downloadsrc-67f74420f41cdedbe53ae7f6a710c26d966a184d.tar.gz
src-67f74420f41cdedbe53ae7f6a710c26d966a184d.zip
This commit was generated by cvs2svn to compensate for changes in r117465,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=117466
Diffstat (limited to 'sys')
-rw-r--r--sys/contrib/ia64/libuwx/src/uwx_uinfo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/ia64/libuwx/src/uwx_uinfo.c b/sys/contrib/ia64/libuwx/src/uwx_uinfo.c
index 124402663425..865f259c53e4 100644
--- a/sys/contrib/ia64/libuwx/src/uwx_uinfo.c
+++ b/sys/contrib/ia64/libuwx/src/uwx_uinfo.c
@@ -232,9 +232,9 @@ int uwx_decode_rhdr(
if ((b0 & 0x20) == 0) {
TRACE_I_DECODE_RHDR_1("(R1) prologue", b0)
rhdr->is_prologue = 1;
- }
- else
+ } else {
TRACE_I_DECODE_RHDR_1("(R1) body", b0)
+ }
rhdr->rlen = b0 & 0x1f;
}
@@ -263,9 +263,9 @@ int uwx_decode_rhdr(
if ((b0 & 0x03) == 0) {
TRACE_I_DECODE_RHDR_1L("(R3) prologue", b0, val)
rhdr->is_prologue = 1;
- }
- else
+ } else {
TRACE_I_DECODE_RHDR_1L("(R3) body", b0, val)
+ }
rhdr->rlen = (unsigned int) val;
}