summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 28e322cfe4d..30ec9c636b8 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pstat.c,v 1.102 2016/04/12 16:53:42 millert Exp $ */
+/* $OpenBSD: pstat.c,v 1.103 2016/04/25 19:19:34 tedu Exp $ */
/* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */
/*-
@@ -976,7 +976,7 @@ filemode(void)
{
struct kinfo_file *kf;
char flagbuf[16], *fbp;
- static char *dtypes[] = { "???", "inode", "socket", "pipe", "kqueue", "???", "systrace" };
+ static char *dtypes[] = { "???", "inode", "socket", "pipe", "kqueue", "???", "???" };
int mib[2], maxfile, nfile;
size_t len;