summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cray.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-08-14 20:31:49 +0000
committerKevin Steves <stevesk@pobox.com>2001-08-14 20:31:49 +0000
commitf744b512f310db2c7e317ad55be011e21cd13ac3 (patch)
tree04f93497fd572bd10636df391ff8de6b2f0b61d4 /openbsd-compat/bsd-cray.h
parent56cb92968bc94322561e44959680a4dcf98bcc55 (diff)
- (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
for some #ifdef _CRAY code; ok wendyp@cray.com
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 */