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:53:02 +0000 (10:53 +0100)
commit3cbad8287aa0ed72e07df1130ce2ae490642e63a
treea31b9f8b61ea3dc97d57c7a2523f83ca8086a9b8
parentf6f297871d469daf808f78faead8f950a2c81e36
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")
usr.bin/truss/setup.c