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