diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 766ca2f7d52..3fbbdf39453 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -75,7 +75,7 @@ __FBSDID("$FreeBSD$"); static const struct commands { const char *c_name; - int c_code; + unsigned long c_code; int c_ronly; int c_flags; } com[] = {