diff options
author | ache <ache@FreeBSD.org> | 1995-05-07 23:19:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-07 23:19:53 +0000 |
commit | 8a8b9e96e60149210d03a8c01f441f6db78607e3 (patch) | |
tree | fcbf1dfafb92eb036e28f8dd95e0563afcd8ff67 /usr.sbin/pstat | |
parent | 0044255e3ce29214247320fa949ece551f695e90 (diff) | |
download | FreeBSD-src-8a8b9e96e60149210d03a8c01f441f6db78607e3.zip FreeBSD-src-8a8b9e96e60149210d03a8c01f441f6db78607e3.tar.gz |
Add FreeBSD-specific TS_* states
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 4 |
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'}, }; |