diff options
Diffstat (limited to 'usr.bin/systat/mbufs.c')
-rw-r--r-- | usr.bin/systat/mbufs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 56f1cd6b1fc..158d5ed91d1 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbufs.c,v 1.36 2014/10/20 07:06:00 jsg Exp $ */ +/* $OpenBSD: mbufs.c,v 1.37 2014/11/06 12:50:55 dlg Exp $ */ /* * Copyright (c) 2008 Can Erkin Acar <canacar@openbsd.org> * @@ -151,7 +151,7 @@ initmembufs(void) continue; } - if (strcmp(pname, "mbpl") == 0) { + if (strcmp(pname, "mbufpl") == 0) { mbpool_index = i; continue; } |