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 } } _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"