svn commit: r290739 - stable/10/sys/sys
Mark Johnston
markj at FreeBSD.org
Fri Nov 13 01:37:09 UTC 2015
Author: markj
Date: Fri Nov 13 01:37:08 2015
New Revision: 290739
URL: https://svnweb.freebsd.org/changeset/base/290739
Log:
MFC r289867:
Remove an erroneous semicolon.
Modified:
stable/10/sys/sys/_bitset.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/sys/_bitset.h
==============================================================================
--- stable/10/sys/sys/_bitset.h Fri Nov 13 01:27:20 2015 (r290738)
+++ stable/10/sys/sys/_bitset.h Fri Nov 13 01:37:08 2015 (r290739)
@@ -50,7 +50,7 @@
#define BITSET_DEFINE(t, _s) \
struct t { \
long __bits[__bitset_words((_s))]; \
-};
+}
#define BITSET_T_INITIALIZER(x) \
{ .__bits = { x } }
More information about the svn-src-stable-10
mailing list