Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
waitjob on IRIX
- X-seq: zsh-workers 13177
- From: jarausch@xxxxxxxxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: waitjob on IRIX
- Date: Tue, 21 Nov 2000 13:40:34 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: jarausch@xxxxxxxxxxxxxxxxxxx
Hi,
building current zsh (cvs-version) on my IRIX 6.5.9 box breaks
because here there is a wait_job declaration in
/usr/include/sys/resource.h
extern int syssgi_waitjob(job_info_t *, jid_t *);
with
typedef struct job_info_s {
jid_t job_id; /* Job ID */
__int64_t job_limitflag; /* limit enforcement flag */
uid_t job_uid; /* uid of job initiator */
time_t job_start; /* time of job start */
__int64_t fill1[2]; /* room to grow */
jres_t job_data[JLIM_NLIMITS]; /* job usage and limit data */
__int64_t fill2[8]; /* room to grow */
} job_info_t;
and
typedef __int64_t jid_t; /* job ID */
So we probably have to change the name of our waitjob
in jobs.c ?
Thanks for a comment,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
Messages sorted by:
Reverse Date,
Date,
Thread,
Author