truss(1): remove inline directive to fix [-Werror=inline]
commitbb9b47f2411aa6821c0974d5f2603ba0bb23a403
authorJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 21:49:25 +0000 (10 22:49 +0100)
committerJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 21:49:25 +0000 (10 22:49 +0100)
treeb8ee749e66429746bf9611d45a62414c279a2b1e
parent5f1ce051ad92f90610afb9534cd26ba1ab6b7086
truss(1): remove inline directive to fix [-Werror=inline]

GCC 5.0 thinks inlining the usage function will fail and only cause the
program to get bigger.  Minor, but I'll following GCC's advice.
usr.bin/truss/main.c