chiark
/
gitweb
/
~mdw
/
fwd
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various minor portability fixes.
[fwd]
/
chan.c
diff --git
a/chan.c
b/chan.c
index 855c76926236e2b02940ab122664c6665380b848..72938da9328e7afe034502b4bec42802c21d816f 100644
(file)
--- a/
chan.c
+++ b/
chan.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Channel management
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: chan.c,v $
/*----- 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.
*
* Revision 1.2 1999/07/26 23:27:52 mdw
* Minor modifications for new design.
*
@@
-51,10
+54,6
@@
#include <unistd.h>
#include <sys/uio.h>
#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>
#include <mLib/alloc.h>
#include <mLib/conn.h>
#include <mLib/sel.h>