summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
committerimp <imp@FreeBSD.org>2006-08-17 22:50:33 +0000
commitdb85f415fa8cd00a377c51e17e5449cbbfe54f2d (patch)
treeebf398010668cc2bb542a2cd863c39769afc3743 /sys/compat/freebsd32
parentff9e3178175b11cd7809c6ada10182a3554f2397 (diff)
downloadFreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.zip
FreeBSD-src-db85f415fa8cd00a377c51e17e5449cbbfe54f2d.tar.gz
while (0); -> while (0) in multi-line macros
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/freebsd32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/freebsd32.h b/sys/compat/freebsd32/freebsd32.h
index 806b2ff..cea8687 100644
--- a/sys/compat/freebsd32/freebsd32.h
+++ b/sys/compat/freebsd32/freebsd32.h
@@ -45,7 +45,7 @@ struct timeval32 {
#define TV_CP(src,dst,fld) do { \
CP((src).fld,(dst).fld,tv_sec); \
CP((src).fld,(dst).fld,tv_usec); \
-} while (0);
+} while (0)
struct timespec32 {
u_int32_t tv_sec;
OpenPOWER on IntegriCloud