Kaydet (Commit) dfd6e467 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix for SEQUENT by Jaap Vermeulen

üst 047979e3
...@@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -68,6 +68,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <errno.h> #include <errno.h>
#endif #endif
#ifdef _SEQUENT_
#include <sys/select.h>
struct timezone {
int tz_minuteswest;
int tz_dsttime;
};
#endif
/* Time methods */ /* Time methods */
static object * static object *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment