zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: missing rlimits case
@ 2001-08-21 19:28 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-08-21 19:28 UTC (permalink / raw)
  To: zsh-workers

This affects, at the very least, glibc 2.2.4 on sparc64.
I'll commit to both branches, and hopefully nothing will break.

Index: Src/Builtins/rlimits.awk
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Builtins/rlimits.awk,v
retrieving revision 1.4
diff -u -r1.4 rlimits.awk
--- Src/Builtins/rlimits.awk	2001/05/28 23:26:24	1.4
+++ Src/Builtins/rlimits.awk	2001/08/21 19:24:41
@@ -58,7 +58,7 @@
 /^[\t ]*RLIM_NLIMITS[\t ]*=[\t ]*RLIMIT_NLIMITS/ {
     if(!nlimits) { nlimits = limidx }
 }
-/^[\t ]*RLIMIT_NLIMITS[\t ]*=[\t ]*[0-9][0-9]*/ {
+/^[\t ]*RLIM(IT)?_NLIMITS[\t ]*=[\t ]*[0-9][0-9]*/ {
     limindex = index($0, "=")
     limtail = substr($0, limindex, 80)
     split(limtail, tmp)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-21 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-21 19:28 PATCH: missing rlimits case Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).