mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The sess column went away last December with v1.26 of keyword.c
Remove it from ``jfmt''. Forgotten by: mckusick
This commit is contained in:
parent
64dc0a3e27
commit
52f8369e69
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static void usage __P((void));
|
|||
static uid_t *getuids(const char *, int *);
|
||||
|
||||
char dfmt[] = "pid tt state time command";
|
||||
char jfmt[] = "user pid ppid pgid sess jobc state tt time command";
|
||||
char jfmt[] = "user pid ppid pgid jobc state tt time command";
|
||||
char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command";
|
||||
char o1[] = "pid";
|
||||
char o2[] = "tt state time command";
|
||||
|
|
|
|||
Loading…
Reference in a new issue