Print this page
cstyle sort of updates
7127 remove -Wno-missing-braces from Makefile.uts
@@ -300,11 +300,11 @@
static int
_nsc_frz_attach() { return (EACCES); }
static nsc_def_t _nsc_frz_def[] = {
- "Open", (uintptr_t)_nsc_frz_open, 0,
- "Close", (uintptr_t)_nsc_frz_close, 0,
- "Attach", (uintptr_t)_nsc_frz_attach, 0,
- "Provide", 0, 0,
- 0, 0, 0
+ { "Open", (uintptr_t)_nsc_frz_open, 0 },
+ { "Close", (uintptr_t)_nsc_frz_close, 0 },
+ { "Attach", (uintptr_t)_nsc_frz_attach, 0 },
+ { "Provide", (uintptr_t)NULL, 0 },
+ { NULL, (uintptr_t)NULL, 0 }
};