--- ps.c.orig Mon Dec 15 11:10:26 1997 +++ ps.c Sat Feb 14 22:52:54 1998 @@ -154,11 +154,11 @@ } else if (*(p+2) != '\0') /* just '-- '; not an error */ usage("ps: unknown long option\n"); } - if (!getenv("I_WANT_A_BROKEN_PS")) { +/* if (!getenv("I_WANT_A_BROKEN_PS")) { fprintf(stderr, "warning: `-' deprecated; use `ps %s', not `ps %s'\n", (p+1), p); - } + } */ break; case 'l': CL_fmt = PS_L; /* replaceable by a */ break; case 'u': CL_fmt = PS_U; /* loop over mode[] */ break;