Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0 pre 2
- X-seq: zsh-workers 1533
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: gene@xxxxxxxx
- Subject: Re: 3.0 pre 2
- Date: Fri, 5 Jul 1996 23:22:03 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <9607051333.AA25111@xxxxxxxx> from "gene@xxxxxxxx" at "Jul 5, 96 09:33:22 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> Fails to Compile :
>
> HP-UX A.09.01 A 9000/735
>
> cpp: "builtin.c", line 3596: error 4062: there are some unknown limits. Fix
> me!
> *** Error code 1
Here is the fix.
Zoltan
*** Src/system.h 1996/07/01 18:22:26 2.5
--- Src/system.h 1996/07/05 21:18:09
***************
*** 350,356 ****
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
! # if defined(__hpux) && !defined(RLIM_NLIMITS)
/* HPUX does have the BSD rlimits in the kernel. Officially they are *
* unsupported but quite a few of them like RLIMIT_CORE seem to work. *
* All the following are in the <sys/resource.h> but made visible *
--- 350,356 ----
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
! # if defined(__hpux) && !defined(RLIMIT_CPU)
/* HPUX does have the BSD rlimits in the kernel. Officially they are *
* unsupported but quite a few of them like RLIMIT_CORE seem to work. *
* All the following are in the <sys/resource.h> but made visible *
Messages sorted by:
Reverse Date,
Date,
Thread,
Author