summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pstat/pstat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 974075f..493d7ce 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -826,6 +826,10 @@ struct {
{ TS_LNCH, 'L'},
{ TS_TYPEN, 'P'},
{ TS_CNTTB, 'N'},
+#ifdef __FreeBSD__
+ { TS_SNOOP, 's'},
+ { TS_CAN_BYPASS_L_RINT, 'l'},
+#endif
{ 0, '\0'},
};
OpenPOWER on IntegriCloud