diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-02-09 12:45:24 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-02-09 12:45:24 +0000 |
commit | bb780ca2a1eb25eea51d290828072c9efbec6ea6 (patch) | |
tree | 11ce1a5719d62426c67f75981fbfb04d41dd4082 /usr/src/tools/ctf/cvt/dwarf.c | |
parent | 8bf1e4f3b335466afe9b85d761b3822ec8c1a371 (diff) | |
parent | 9ef283481583d677cd2cf5449ef49b90eacc97d4 (diff) | |
download | illumos-joyent-bb780ca2a1eb25eea51d290828072c9efbec6ea6.tar.gz |
[illumos-gate merge]
commit 9ef283481583d677cd2cf5449ef49b90eacc97d4
5261 libm should stop using synonyms.h (fix studio build)
commit ed1591688000a5d179c4ba27793cae55590c55d2
5590 improper use of NULL in tools/protocmp
commit ad0b1ea5d69a45fe23c434277599e315f29a5fca
5589 improper use of NULL in tools/ctf
commit 97a9db610324e7db4393415018e0e737485a94cd
4393 /etc/rpc: 100133 and 100169 should be added
Diffstat (limited to 'usr/src/tools/ctf/cvt/dwarf.c')
-rw-r--r-- | usr/src/tools/ctf/cvt/dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/ctf/cvt/dwarf.c b/usr/src/tools/ctf/cvt/dwarf.c index e261818d3a..5fdcd35e33 100644 --- a/usr/src/tools/ctf/cvt/dwarf.c +++ b/usr/src/tools/ctf/cvt/dwarf.c @@ -1714,7 +1714,7 @@ static const die_creator_t die_creators[] = { { DW_TAG_variable, DW_F_NOTDP, die_variable_create }, { DW_TAG_volatile_type, 0, die_volatile_create }, { DW_TAG_restrict_type, 0, die_restrict_create }, - { 0, NULL } + { 0, 0, NULL } }; static const die_creator_t * |