Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

waitjob on IRIX



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