]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
truss: Add missing underscore to compat_prefix for FreeBSD32
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 11 May 2021 09:52:56 +0000 (10:52 +0100)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 11 May 2021 09:54:06 +0000 (10:54 +0100)
commit0d0eb707b43e2b222434a98265db1fe7c3e3f3a8
treeeaaac142112ec6d1b3be29b85fb8a0bad2deb053
parent9f9c2745e8e7446c01b7e55679cb4fcb18634da1
truss: Add missing underscore to compat_prefix for FreeBSD32

I accidentally dropped this in the final version of D27625, so it didn't
actually work as intended. I found this while testing the MFC to stable/13.

MFC after: immediately
Fixes: 7daca4e2043f ("truss: improved support for decoding compat32 arguments")

(cherry picked from commit 3cbad8287aa0ed72e07df1130ce2ae490642e63a)
usr.bin/truss/setup.c