Author: marck (doc committer)
Date: Sun Jul 31 08:53:59 2011
New Revision: 224544
URL: http://svn.freebsd.org/changeset/base/224544
Log:
MFC r224140:
Correct small typo in a do{}while(0)
Approved by: kib
Modified:
stable/7/sys/compat/freebsd32/freebsd32.h
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/compat/freebsd32/freebsd32.h
==============================================================================
--- stable/7/sys/compat/freebsd32/freebsd32.h Sun Jul 31 08:52:24 2011
(r224543)
+++ stable/7/sys/compat/freebsd32/freebsd32.h Sun Jul 31 08:53:59 2011
(r224544)
@@ -54,7 +54,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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"