MFV r279822:

This merge is effectively a no-op since parts of it are already present
in FreeBSD, and the rest is incorrect since gelf_newehdr(3) and
gelf_newphdr(3) return pointers on FreeBSD rather than integers.

Illumos issue:
    5589 improper use of NULL in tools/ctf

MFC after:	3 days
This commit is contained in:
Mark Johnston 2015-03-10 20:43:16 +00:00
commit 26a222dc0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279861

View File

@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* Routines for preparing tdata trees for conversion into CTF data, and
* for placing the resulting data into an output file.