/* -*-C-*-
-$Id: ux.h,v 1.45 1993/06/08 04:08:26 gjr Exp $
+$Id: ux.h,v 1.46 1993/06/15 19:00:20 gjr Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
*/
extern int EXFUN (ioctl, (int, unsigned long, ...));
#endif
+#ifndef _SUNOS4
extern int EXFUN (open, (const char *, int, ...));
+#endif
extern int EXFUN (kill, (pid_t, int));
#include "intext.h"
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxsock.c,v 1.10 1992/06/05 20:06:19 jinx Exp $
+$Id: uxsock.c,v 1.11 1993/06/15 19:00:55 gjr Exp $
-Copyright (c) 1990-1992 Massachusetts Institute of Technology
+Copyright (c) 1990-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#include "uxsock.h"
#include "uxio.h"
#include "prims.h"
+#include "limits.h"
extern struct servent * EXFUN (getservbyname, (CONST char *, CONST char *));
extern struct hostent * EXFUN (gethostbyname, (CONST char *));