diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 19:19:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 19:19:35 +0000 |
commit | 72eca4411b92e097085d8e781876547c5a7f1696 (patch) | |
tree | 5cb07048f59cbb1e21f8668a8a99ace3ac81faa3 /usr.sbin/pstat | |
parent | 4062b0215b25e686705f4c911a09c7846f636b05 (diff) |
remove systrace
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
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; |