summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/main.c')
-rw-r--r--usr.bin/truss/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c
index a74fe1c..e04e810 100644
--- a/usr.bin/truss/main.c
+++ b/usr.bin/truss/main.c
@@ -74,7 +74,7 @@ usage(void)
* WARNING! "FreeBSD a.out" must be first, or set_etype will not
* work correctly.
*/
-struct ex_types {
+static struct ex_types {
const char *type;
void (*enter_syscall)(struct trussinfo *, int);
long (*exit_syscall)(struct trussinfo *, int);
OpenPOWER on IntegriCloud