diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-04-20 05:08:53 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-04-20 05:08:53 +0000 |
| commit | de2a1afc4706118d0146e7fcb045c90f9d0b88ec (patch) | |
| tree | 4fc7fbc778106a26178e10bbc3110f30b130ed9b /usr.bin/modstat | |
| parent | e902d016a609f03e84b3809f3d6c3385ced8a6ba (diff) | |
Notes
Diffstat (limited to 'usr.bin/modstat')
| -rw-r--r-- | usr.bin/modstat/modstat.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index ed7088f61328..956acf424bfc 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modstat.c,v 1.1 1994/08/19 12:14:06 davidg Exp $ + * $Id: modstat.c,v 1.2 1995/04/18 02:19:17 wpaul Exp $ */ #include <stdio.h> @@ -61,8 +61,7 @@ static char *type_names[] = { "DEV", "STRMOD", "EXEC", - "MISC", - "UNKNOWN" + "MISC" }; int |
