zsh-users
 help / color / mirror / code / Atom feed
* unknown limits message
@ 2005-01-19 11:04 Andrei A. Voropaev
  0 siblings, 0 replies; only message in thread
From: Andrei A. Voropaev @ 2005-01-19 11:04 UTC (permalink / raw)
  To: zsh-users

Hi!

Sorry if this message duplicates some other already, but searching in
archives didn't produce it. When compiling zsh-4.2.1 on my system I got
the warning about unknown limits. I'm using very new kernel, so
maybe it is worth mentioning :) Here's the rlimits.h

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

#define ZSH_NLIMITS 13

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

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_NUMBER,
	ZLIMTYPE_UNKNOWN,
	ZLIMTYPE_UNKNOWN,
};

My asm/resources.h comes from 2.6.8.1 kernel.

-- 
Minds, like parachutes, function best when open


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

only message in thread, other threads:[~2005-01-19 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-19 11:04 unknown limits message Andrei A. Voropaev

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