diff --git a/sbin/modstat/main.c b/sbin/modstat/main.c index c575a25577a1..8bb0d0b01b79 100644 --- a/sbin/modstat/main.c +++ b/sbin/modstat/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.23 2016/09/05 01:09:57 sevan Exp $ */ +/* $NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.23 2016/09/05 01:09:57 sevan Exp $"); +__RCSID("$NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $"); #endif /* !lint */ #include @@ -54,7 +54,8 @@ static const char *classes[] = { "vfs", "driver", "exec", - "secmodel" + "secmodel", + "bufq" }; const unsigned int class_max = __arraycount(classes);