ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sshpty.c
(Generate patch)

Comparing BasiliskII/src/Unix/sshpty.c (file contents):
Revision 1.3 by asvitkine, 2011-03-11T16:41:18Z vs.
Revision 1.4 by asvitkine, 2012-06-15T21:56:52Z

# Line 73 | Line 73 | RCSID("$OpenBSD: sshpty.c,v 1.4 2001/12/
73   #define fatal(x) do { printf("Fatal error: %s", x); return 0; } while(0)
74   #endif /* not in BasiliskII */
75  
76 + #define mysig_t sig_t
77 + #define mysignal sig
78 + #include <signal.h>
79 +
80   /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
81   #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY)
82   #undef HAVE_DEV_PTMX

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines