From 43d68ce5f7265fa951bb89e2f95437563e51000d Mon Sep 17 00:00:00 2001 From: mpi Date: Sat, 2 Jun 2018 10:28:52 +0000 Subject: LARVAL fds are now invisble from userland. From tb@ --- usr.sbin/pstat/pstat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/pstat/pstat.c') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 14d61fb90ab..6ef1dc3f7aa 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.114 2018/01/02 06:38:45 guenther Exp $ */ +/* $OpenBSD: pstat.c,v 1.115 2018/06/02 10:28:52 mpi Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -1044,8 +1044,6 @@ filemode(void) if (kf->f_iflags & FIF_HASLOCK) *fbp++ = 'L'; - if (kf->f_iflags & FIF_LARVAL) - *fbp++ = 'l'; *fbp = '\0'; (void)printf("%6s %3ld", flagbuf, (long)kf->f_count); -- cgit v1.2.3-59-g8ed1b