bugzilla-daemon at mindrot.org
2002-Feb-04 17:47 UTC
[Bug 96] New: bsd-cray.h modifications to allow correct UNICOS execution
http://bugzilla.mindrot.org/show_bug.cgi?id=96 Summary: bsd-cray.h modifications to allow correct UNICOS execution Product: Portable OpenSSH Version: 3.0.2p1 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: wendyp at cray.com --- openbsd-compat/bsd-cray.h.orig Tue Aug 14 15:31:49 2001 +++ openbsd-compat/bsd-cray.h Wed Jan 9 15:57:56 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 */ +#ifndef IA_SSHD +#define IA_SSHD IA_LOGIN +#endif +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 64 +#endif #endif ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.