]> andersk Git - gssapi-openssh.git/blame - openssh/openbsd-compat/bsd-cray.h
fix another AIX build problem
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-cray.h
CommitLineData
3c0ef626 1#ifndef _BSD_CRAY_H
2#define _BSD_CRAY_H
3
4#ifdef _CRAY
5void cray_init_job(struct passwd *); /* init cray job */
6void cray_job_termination_handler(int); /* process end of job signal */
7void cray_setup(uid_t, char *); /* set cray limits */
8extern char cray_tmpdir[]; /* cray tmpdir */
9#endif
10
11#endif /* _BSD_CRAY_H */
This page took 0.072836 seconds and 5 git commands to generate.