From 235e42d88f165e0bbe6a4ad3d6fefa741d6fef21 Mon Sep 17 00:00:00 2001 From: ad Date: Sat, 15 Nov 2008 11:29:04 +0000 Subject: [PATCH] kernel -> builtin in output. --- sbin/modstat/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/modstat/main.c b/sbin/modstat/main.c index 901bb401bddf..afc1232b9f9c 100644 --- a/sbin/modstat/main.c +++ b/sbin/modstat/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.4 2008/11/14 09:55:38 hira Exp $ */ +/* $NetBSD: main.c,v 1.5 2008/11/15 11:29:04 ad Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.4 2008/11/14 09:55:38 hira Exp $"); +__RCSID("$NetBSD: main.c,v 1.5 2008/11/15 11:29:04 ad Exp $"); #endif /* !lint */ #include @@ -51,7 +51,7 @@ static const char *classes[] = { }; static const char *sources[] = { - "kernel", + "builtin", "boot", "filesys", };