search for: urssaf

Displaying 4 results from an estimated 4 matches for "urssaf".

Did you mean: assaf
2000 Oct 24
1
success on SCO5
Hi all, I'm not on the list but I thought it might interest some of you to know that openssh 2.2.0p1 compiles quite well under sco5. Although not right out of the box. I'm not using gcc on those platforms, so I had to change the call to gettimeofday() because the sco cc want only one of the two arguments (SCO doesn't care with timezone). So I had to modify those files to get it work:
2000 Oct 25
0
Patch for SCO 5 cc
Hi all, As John Hardin suggested me to do here are the context diff of my changes to get openssh to compile under SCO 5 with the SCO cc compiler. Those modifications where made on the 2.2.0p1 version of portable openssh. Regards, (See attached file: diff-sco5cc-2.2.0p1.tar.gz) -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-sco5cc-2.2.0p1.tar.gz Type:
2000 Oct 27
1
Typo in 2.2.0p1 ??
I don't already figure out what is the real impact of this but I think there is a typo in function sigchld_handler() in serverloop.c (l 75). It is written if (WIFEXITED(child_wait_status) || WIFSIGNALED(child_wait_status)) child_terminated = 1; child_has_selected = 0; But I think one actually means: if (WIFEXITED(child_wait_status) || WIFSIGNALED(child_wait_status)) {
2000 Dec 21
2
Réf. : configure.in: Someone please show me a better way :)
If I remove all the export and change all the ' in ", it does work on SCO 3.2v5.0.4 |--------+-----------------------------> | | Roumen Petrov | | | <Roumen.Petrov at skal| | | asoft.com> | | | | | | 21/12/00 13:10 | | | |