projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165f1ff
)
Include osio.h.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Fri, 5 Jun 1992 20:07:24 +0000
(20:07 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Fri, 5 Jun 1992 20:07:24 +0000
(20:07 +0000)
v7/src/microcode/uxsock.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/uxsock.h
b/v7/src/microcode/uxsock.h
index ce42a860f87835bdbbca6c411deedb754f94b811..22e6fb8e6d0913fa470bf5b6427cc76f2aa02e7f 100644
(file)
--- a/
v7/src/microcode/uxsock.h
+++ b/
v7/src/microcode/uxsock.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxsock.h,v 1.
3 1992/02/03 23:46:1
4 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxsock.h,v 1.
4 1992/06/05 20:07:2
4 jinx Exp $
Copyright (c) 1990-92 Massachusetts Institute of Technology
@@
-35,7
+35,7
@@
MIT in each case. */
#ifndef SCM_UXSOCK_H
#define SCM_UXSOCK_H
-#include "os.h"
+#include "os
io
.h"
extern Tchannel EXFUN (OS_open_tcp_stream_socket, (char * host, int port));
extern int EXFUN