zsh-workers
 help / color / mirror / code / Atom feed
From: jarausch@igpm.rwth-aachen.de
To: zsh-workers@sunsite.auc.dk
Subject: waitjob on IRIX
Date: Tue, 21 Nov 2000 13:40:34 +0100	[thread overview]
Message-ID: <200011211240.NAA03861@numa1.igpm.rwth-aachen.de> (raw)

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


                 reply	other threads:[~2000-11-21 12:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200011211240.NAA03861@numa1.igpm.rwth-aachen.de \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).