]> git.proxmox.com Git - mirror_spl.git/commit
Update struct member intializers to C89
authorRageLtMan <sempervictus@users.noreply.github.com>
Fri, 13 Jan 2017 22:12:42 +0000 (17:12 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 13 Jan 2017 22:12:42 +0000 (14:12 -0800)
commit120faefed90aa4c276a3db45525dc5c804cb1a00
tree53ef18154f2416db1b5f0205cf833faf1fe139b2
parent8e99d66b0555fe3d6f5b028e8f03883dbf1399bc
Update struct member intializers to C89

When building SPL within the kernel tree, C99 initializers cause
build failures and need to be converted to C89 as kernel CFLAGS
specify -std=gnu89.

This fix was provided by @behlendorf in #595 discussion notes and
manually implemented in the current master revision.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: RageLtMan <rageltman@sempervictus>
Closes #597
module/spl/spl-proc.c