aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-19 02:16:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-19 02:16:24 +0000
commita081aa7d728c720d269d1fa61e58ee4ebd12e5ae (patch)
tree2daf0340a3e6d8ef15fb59aefa47b5aefccb2b6a /sys/dev/vx
parent58d9a059489ed9076919c3d98bf6b72fd527358e (diff)
Notes
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index f47508026d123..21152ab5eedfe 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -257,7 +257,7 @@ vxgetlink(sc)
if (n > 0) {
printf("/");
}
- printf(conn_tab[k].name);
+ printf("%s", conn_tab[k].name);
n++;
}
}