diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2002-01-09 18:19:29 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2002-01-09 18:19:29 +0000 |
commit | 581529fd7c754ddd7ead49c00f5ec4fd26496f7c (patch) | |
tree | 094c5e152918a0bbbabb78c583099afb7890acf5 /usr.bin/modstat/modstat.c | |
parent | 7628672fd4f1abb145b6179370b79c2c7779f6f7 (diff) |
streams gone
Diffstat (limited to 'usr.bin/modstat/modstat.c')
-rw-r--r-- | usr.bin/modstat/modstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 8f2f1c9c620..f1d3a37cc8b 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modstat.c,v 1.16 2002/01/08 17:16:38 ericj Exp $ */ +/* $OpenBSD: modstat.c,v 1.17 2002/01/09 18:19:28 ericj Exp $ */ /* * Copyright (c) 1993 Terrence R. Lambert. @@ -54,7 +54,6 @@ static char *type_names[] = { "SYSCALL", "VFS", "DEV", - "STRMOD", "EXEC", "MISC" }; |