aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/show.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/show.c')
-rw-r--r--usr.sbin/ngctl/show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/show.c b/usr.sbin/ngctl/show.c
index da51361a6ee7..a413a943ff1b 100644
--- a/usr.sbin/ngctl/show.c
+++ b/usr.sbin/ngctl/show.c
@@ -105,7 +105,7 @@ ShowCmd(int ac, char **av)
printf(" Name: %-15s Type: %-15s ID: %08x Num hooks: %d\n",
ninfo->name, ninfo->type, ninfo->id, ninfo->hooks);
if (!no_hooks && ninfo->hooks > 0) {
- int k;
+ u_int k;
printf(FMT, "Local hook", "Peer name",
"Peer type", "Peer ID", "Peer hook");