aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorDmitry Morozovsky <marck@FreeBSD.org>2011-07-31 08:52:24 +0000
committerDmitry Morozovsky <marck@FreeBSD.org>2011-07-31 08:52:24 +0000
commita0de7236599d677745786ae33c02cda0d1a692f0 (patch)
tree3d96931c5f01b41105007e5d3e77a232955d8472 /sys/compat
parenta61a722832713cc47cf481577620097f29ed56cb (diff)
Notes
Diffstat (limited to 'sys/compat')
-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 8261bbd93bfb..90d3e05a6dba 100644
--- a/sys/compat/freebsd32/freebsd32.h
+++ b/sys/compat/freebsd32/freebsd32.h
@@ -58,7 +58,7 @@ struct timespec32 {
#define TS_CP(src,dst,fld) do { \
CP((src).fld,(dst).fld,tv_sec); \
CP((src).fld,(dst).fld,tv_nsec); \
-} while (0);
+} while (0)
struct rusage32 {
struct timeval32 ru_utime;