From: albert <> Date: Tue, 25 May 2004 02:13:39 +0000 (+0000) Subject: grrr... this WILL change if SVR4-MP differs X-Git-Tag: v3.3.0~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65a9d077935a98926ddca438a3261ff55357518;p=procps-ng grrr... this WILL change if SVR4-MP differs --- diff --git a/ps/parser.c b/ps/parser.c index b8916577..f52be64c 100644 --- a/ps/parser.c +++ b/ps/parser.c @@ -325,13 +325,12 @@ static const char *parse_sysv_option(void){ exclusive("-V"); display_version(); exit(0); -#if 0 - // This must be verified against SVR4-MP (UnixWare or Powermax) + // This must be verified against SVR4-MP. (UnixWare or Powermax) + // Leave it undocumented until that problem is solved. case 'Z': /* full Mandatory Access Control level info */ trace("-Z shows full MAC info\n"); format_modifiers |= FM_M; break; -#endif case 'a': trace("-a select all with a tty, but omit session leaders.\n"); simple_select |= SS_U_a;