From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4563 invoked from network); 21 Nov 2000 12:40:56 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Nov 2000 12:40:55 -0000 Received: (qmail 12497 invoked by alias); 21 Nov 2000 12:40:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13177 Received: (qmail 12490 invoked from network); 21 Nov 2000 12:40:41 -0000 From: jarausch@igpm.rwth-aachen.de Message-Id: <200011211240.NAA03861@numa1.igpm.rwth-aachen.de> Date: Tue, 21 Nov 2000 13:40:34 +0100 Reply-To: jarausch@igpm.rwth-aachen.de Subject: waitjob on IRIX To: zsh-workers@sunsite.auc.dk MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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