Fix for SEQUENT by Jaap Vermeulen

This commit is contained in:
Guido van Rossum 1992-06-12 10:39:22 +00:00
parent 047979e3d5
commit dfd6e46779
1 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <errno.h>
#endif
#ifdef _SEQUENT_
#include <sys/select.h>
struct timezone {
int tz_minuteswest;
int tz_dsttime;
};
#endif
/* Time methods */
static object *