summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-04-25 19:19:34 +0000
committertedu <tedu@openbsd.org>2016-04-25 19:19:34 +0000
commit4d9ea035cfc031a269cb46bdf7d27eabeddedf5f (patch)
tree6877f17de402b5c9c1b4dad315722624b58c61e8 /usr.sbin/pstat
parentremove systrace support (diff)
downloadwireguard-openbsd-4d9ea035cfc031a269cb46bdf7d27eabeddedf5f.tar.xz
wireguard-openbsd-4d9ea035cfc031a269cb46bdf7d27eabeddedf5f.zip
remove systrace
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;