]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Extract the determination of the kind of (dynamic) executable from
authorEdwin Groothuis <edwin@FreeBSD.org>
Thu, 3 Jul 2008 22:30:18 +0000 (22:30 +0000)
committerEdwin Groothuis <edwin@FreeBSD.org>
Thu, 3 Jul 2008 22:30:18 +0000 (22:30 +0000)
commitd3c1e14b41ef931cf5c1d3e8e26e22daa9854589
tree011edd83a31065d0872be89fbf1bce052ca30ddb
parenta0d476a986fe9c5936043c63ae97e922ad0c2183
Extract the determination of the kind of (dynamic) executable from
the main-loop into a seperate function.
Instead of using hardcoded environment variables, define them in a
lookup table.
For the rest, no functionality changes.

Approved by: bde (mentor)
MFC after: 1 week
usr.bin/ldd/ldd.c