[gnu.bash.bug] ulimit -m doesn't work

ray@MAXWELL.PHYSICS.PURDUE.EDU (Ray Moody) (09/08/89)

    Ulimit -m doesn't work.

								Ray
-------------------------------------------------------------------------------
RCS file: RCS/builtins.c,v
retrieving revision 1.3
retrieving revision 1.3.1.1
diff -c -r1.3 -r1.3.1.1
*** /tmp/,RCSt1014880	Thu Sep  7 19:50:09 1989
--- /tmp/,RCSt2014880	Thu Sep  7 19:50:12 1989
***************
*** 2662,2668
  	}
        else
  	{
! 	  limit.rlim_cur = newlim;
  	  return (setrlimit (RLIMIT_RSS, &limit));
  	}
  

--- 2662,2668 -----
  	}
        else
  	{
! 	  limit.rlim_cur = limit.rlim_max = newlim;
  	  return (setrlimit (RLIMIT_RSS, &limit));
  	}