zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: wfp5p@tigger.itc.virginia.edu (Bill Pemberton)
Cc: zsh-workers@math.gatech.edu
Subject: Re: zsh-3.0-pre3 and AIX 4.X
Date: Fri, 19 Jul 1996 17:49:04 +0200 (MET DST)	[thread overview]
Message-ID: <199607191549.RAA08552@bolyai.cs.elte.hu> (raw)
In-Reply-To: <199607191418.KAA04628@tigger.itc.Virginia.EDU> from Bill Pemberton at "Jul 19, 96 10:18:27 am"

Bill Pemberton wrote:
> However, I ran into a bit of a problem building it on AIX 4.2.  In the
> compile for builtin.c I get the message:
> 
> "builtin.c", line 3596.5: 1506-205 (S) there are some unknown limits.  Fix me!

Bill sent me his /usr/include/sys/resources.h so the patch below should fix
that problem.  Please try it.

Zoltan


*** Src/builtin.c	1996/07/14 18:47:08	2.60
--- Src/builtin.c	1996/07/19 15:44:36
***************
*** 3592,3597 ****
--- 3592,3602 ----
  #  define NEXT_RLIM (RLIMIT_AS + 1)
      "addressspace",
  # endif /* RLIMIT_AS */
+ # if defined RLIMIT_NOFILE && RLIMIT_NOFILE == NEXT_RLIM
+ #  undef NEXT_RLIM
+ #  define NEXT_RLIM (RLIMIT_NOFILE + 1)
+     "descriptors",
+ # endif /* RLIMIT_NOFILE */
  # if NEXT_RLIM != RLIM_NLIMITS
     #error there are some unknown limits.  Fix me!
  # endif



      reply	other threads:[~1996-07-19 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-19 14:18 Bill Pemberton
1996-07-19 15:49 ` Zoltan Hidvegi [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=199607191549.RAA08552@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=wfp5p@tigger.itc.virginia.edu \
    --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).