summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat_files.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/procstat/procstat_files.c')
-rw-r--r--usr.bin/procstat/procstat_files.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c
index 950b70d..39ce82b 100644
--- a/usr.bin/procstat/procstat_files.c
+++ b/usr.bin/procstat/procstat_files.c
@@ -222,6 +222,10 @@ procstat_files(pid_t pid, struct kinfo_proc *kipp)
str = "h";
break;
+ case KF_TYPE_SEM:
+ str = "e";
+ break;
+
case KF_TYPE_NONE:
case KF_TYPE_UNKNOWN:
default:
OpenPOWER on IntegriCloud