summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cray.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-cray.h')
-rw-r--r--openbsd-compat/bsd-cray.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/openbsd-compat/bsd-cray.h b/openbsd-compat/bsd-cray.h
index 4ca2dbe51..ef36652e4 100644
--- a/openbsd-compat/bsd-cray.h
+++ b/openbsd-compat/bsd-cray.h
@@ -1,13 +1,11 @@
1
2#ifndef _BSD_CRAY_H 1#ifndef _BSD_CRAY_H
3#define _BSD_CRAY_H 2#define _BSD_CRAY_H
4 3
5#ifdef _CRAY 4#ifdef _CRAY
6void cray_init_job(struct passwd *); /* init cray job */ 5void cray_init_job(struct passwd *); /* init cray job */
7void cray_job_termination_handler(int); /* process end of job signal */ 6void cray_job_termination_handler(int); /* process end of job signal */
8void cray_setup(uid_t, char *); /* set cray limits */ 7void cray_setup(uid_t, char *); /* set cray limits */
9extern char cray_tmpdir[]; /* cray tmpdir */ 8extern char cray_tmpdir[]; /* cray tmpdir */
10#endif 9#endif
11 10
12
13#endif /* _BSD_CRAY_H */ 11#endif /* _BSD_CRAY_H */