[Bug 96] bsd-cray.h modifications to allow correct UNICOS execution
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 23 08:28:12 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=96
------- Additional Comments From wendyp at cray.com 2002-04-23 08:28 -------
patch is still required as of apr 22 snapshot.
--- bsd-cray.h.orig Tue Aug 14 15:31:49 2001
+++ bsd-cray.h Mon Apr 22 17:15:16 2002
@@ -4,8 +4,13 @@
#ifdef _CRAY
void cray_init_job(struct passwd *); /* init cray job */
void cray_job_termination_handler(int); /* process end of job signal */
-void cray_setup(uid_t, char *); /* set cray limits */
-extern char cray_tmpdir[]; /* cray tmpdir */
+char cray_tmpdir[TPATHSIZ+1]; /* cray tmpdir */
+#ifndef IA_SSHD
+#define IA_SSHD IA_LOGIN
+#endif
+#ifndef MAXHOSTNAMELEN
+#define MAXHOSTNAMELEN 64
+#endif
#endif
#endif /* _BSD_CRAY_H */
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list