aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-09-09 02:22:28 +0000
committerMike Smith <msmith@FreeBSD.org>1998-09-09 02:22:28 +0000
commit1717c90cc329c29ff6c1013c6eba675673d337f5 (patch)
tree0681af67dc9e36090f09b29d1de92e740be62e00 /usr.bin
parent3d2b8efaa143d389a7923ab921879b3813ddb16c (diff)
Notes
Diffstat (limited to 'usr.bin')
-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 90c95f93167d..b7d3a3a9e42b 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()