grrr... this WILL change if SVR4-MP differs

This commit is contained in:
albert 2004-05-25 02:13:39 +00:00
parent 9e7c6b8e41
commit c65a9d0779

View File

@ -325,13 +325,12 @@ static const char *parse_sysv_option(void){
exclusive("-V"); exclusive("-V");
display_version(); display_version();
exit(0); 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 */ case 'Z': /* full Mandatory Access Control level info */
trace("-Z shows full MAC info\n"); trace("-Z shows full MAC info\n");
format_modifiers |= FM_M; format_modifiers |= FM_M;
break; break;
#endif
case 'a': case 'a':
trace("-a select all with a tty, but omit session leaders.\n"); trace("-a select all with a tty, but omit session leaders.\n");
simple_select |= SS_U_a; simple_select |= SS_U_a;