summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2014-08-20 11:23:40 +0000
committermikeb <mikeb@openbsd.org>2014-08-20 11:23:40 +0000
commitf44ef4d738c82143ac71b8de0fe275167309b706 (patch)
treeb81642c041ac1f1223a75a08100d221b297bbb7a /usr.sbin/pstat
parentImplement rxrinfo ioctl for cluster usage statistics (diff)
downloadwireguard-openbsd-f44ef4d738c82143ac71b8de0fe275167309b706.tar.xz
wireguard-openbsd-f44ef4d738c82143ac71b8de0fe275167309b706.zip
Remove userland bits related to the crypto(4) interface; ok deraadt
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 d903d796657..da0f23315de 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pstat.c,v 1.90 2014/03/19 04:17:33 guenther Exp $ */
+/* $OpenBSD: pstat.c,v 1.91 2014/08/20 11:23:42 mikeb Exp $ */
/* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */
/*-
@@ -991,7 +991,7 @@ filemode(void)
{
struct kinfo_file *kf;
char flagbuf[16], *fbp;
- static char *dtypes[] = { "???", "inode", "socket", "pipe", "kqueue", "crypto", "systrace" };
+ static char *dtypes[] = { "???", "inode", "socket", "pipe", "kqueue", "???", "systrace" };
int mib[2], maxfile, nfile;
size_t len;