diff --git a/usr.bin/vmstat/names.c b/usr.bin/vmstat/names.c index 90c95f93167d..b7d3a3a9e42b 100644 --- a/usr.bin/vmstat/names.c +++ b/usr.bin/vmstat/names.c @@ -44,7 +44,7 @@ char *defdrives[] = { 0 }; */ #include -char *defdrives[] = { "wd0", "wd1", "sd0", "sd1" }; +char *defdrives[] = { "wd0", "wd1", "sd0", "sd1", 0 }; int read_names()