From 52f8369e69e20569902efe8ac65e59fd01db2c91 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 7 Apr 2001 02:53:35 +0000 Subject: [PATCH] The sess column went away last December with v1.26 of keyword.c Remove it from ``jfmt''. Forgotten by: mckusick --- bin/ps/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 55fdc078262..628ca377c7d 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -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";