zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: Jason Naughton <jnaughto@ee.ryerson.ca>,
	zsh-workers@math.gatech.edu (Zsh hackers list)
Subject: Re: resource.h
Date: Thu, 13 Aug 1998 12:55:12 +0200	[thread overview]
Message-ID: <199808131055.MAA08436@hydra.ifh.de> (raw)
In-Reply-To: "Jason Naughton"'s message of "Wed, 12 Aug 1998 12:43:55 MST." <199808121643.MAA17128@www.ee.ryerson.ca>

Jason Naughton wrote:
> #ifndef	_SYS_RESOURCE_H
> #define	_SYS_RESOURCE_H	1
> 
> #include <features.h>
> 
> /* Get the system-dependent definitions of structures and bit values.  */
> #include <bits/resource.h>

Looks like your /usr/include/sys/resource.h doesn't have the actual
RLIMIT_* definitions.  The may be in one of the other included files.
Could you grep for them and send the appropriate file (and we need
its name, too)?  They should look something like

#define RLIMIT_CPU      0               /* cpu time in milliseconds */

and so on.  If they can't be found we're in trouble.

-- 
Peter Stephenson <pws@ifh.de>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


      reply	other threads:[~1998-08-13 11:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-12 16:43 resource.h Jason Naughton
1998-08-13 10:55 ` Peter Stephenson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199808131055.MAA08436@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=jnaughto@ee.ryerson.ca \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).