Various minor portability fixes.
[fwd] / chan.c
diff --git a/chan.c b/chan.c
index 855c769..72938da 100644 (file)
--- a/chan.c
+++ b/chan.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: chan.c,v 1.2 1999/07/26 23:27:52 mdw Exp $
+ * $Id: chan.c,v 1.3 1999/07/27 18:30:53 mdw Exp $
  *
  * Channel management
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: chan.c,v $
+ * Revision 1.3  1999/07/27 18:30:53  mdw
+ * Various minor portability fixes.
+ *
  * Revision 1.2  1999/07/26 23:27:52  mdw
  * Minor modifications for new design.
  *
 #include <unistd.h>
 #include <sys/uio.h>
 
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
 #include <mLib/alloc.h>
 #include <mLib/conn.h>
 #include <mLib/sel.h>