Page MenuHomeFreeBSD

D25928.id75305.diff
No OneTemporary

D25928.id75305.diff

Index: sbin/newfs_msdos/mkfs_msdos.c
===================================================================
--- sbin/newfs_msdos/mkfs_msdos.c
+++ sbin/newfs_msdos/mkfs_msdos.c
@@ -870,7 +870,7 @@
* sectors by asserting that both are power of two numbers and the
* chunksize is greater than MAXBPS.
*/
- static_assert(powerof2(MAXBPS), "MAXBPS is not power of 2");
+ _Static_assert(powerof2(MAXBPS), "MAXBPS is not power of 2");
assert(powerof2(chunksize));
assert(chunksize > MAXBPS);

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 3:19 AM (10 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33171314
Default Alt Text
D25928.id75305.diff (497 B)

Event Timeline