summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/names.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/names.c')
-rw-r--r--usr.bin/vmstat/names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/names.c b/usr.bin/vmstat/names.c
index 90c95f9..b7d3a3a9 100644
--- a/usr.bin/vmstat/names.c
+++ b/usr.bin/vmstat/names.c
@@ -44,7 +44,7 @@ char *defdrives[] = { 0 };
*/
#include <i386/isa/isa_device.h>
-char *defdrives[] = { "wd0", "wd1", "sd0", "sd1" };
+char *defdrives[] = { "wd0", "wd1", "sd0", "sd1", 0 };
int
read_names()
OpenPOWER on IntegriCloud