zsh-workers
 help / color / mirror / code / Atom feed
* Warning mail rlimits.h to developers ?
@ 2001-05-28 22:33 gonzoism
  2001-05-29  1:10 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: gonzoism @ 2001-05-28 22:33 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: TEXT/PLAIN, Size: 135 bytes --]

i caught make telling me to mail this to yall.
so here it is.
maybe it will be of help.
thanks for zsh.
will be happy to get zsh-4.0.


[-- Attachment #2: Type: TEXT/PLAIN, Size: 587 bytes --]

/** rlimits.h                              **/
/** architecture-customized limits for zsh **/

#define ZSH_NLIMITS 11

static char const *recs[ZSH_NLIMITS] = {
	"cputime",
	"filesize",
	"datasize",
	"stacksize",
	"coredumpsize",
	"memoryuse",
	"maxproc",
	"descriptors",
	"memorylocked",
	"addressspace",
	"LOCKS",
};

static int limtype[ZSH_NLIMITS] = {
	ZLIMTYPE_TIME,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_NUMBER,
	ZLIMTYPE_NUMBER,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_UNKNOWN,
};

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Warning mail rlimits.h to developers ?
  2001-05-28 22:33 Warning mail rlimits.h to developers ? gonzoism
@ 2001-05-29  1:10 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2001-05-29  1:10 UTC (permalink / raw)
  To: gonzoism, zsh-workers

On May 28, 10:33pm, gonzoism wrote:
} Subject: Warning mail rlimits.h to developers ?
}
} i caught make telling me to mail this to yall.

It's nice if you mention what version you were having trouble with.

} will be happy to get zsh-4.0.

Presumably that means you were building 3.0.something?

If so, try this patch:

https://sourceforge.net/tracker/?func=detail&aid=411810&group_id=4068&atid=304068

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-29  1:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-28 22:33 Warning mail rlimits.h to developers ? gonzoism
2001-05-29  1:10 ` Bart Schaefer

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).