BSD 2 development
[unix-history] / src / libNS / READ_ME
CommitLineData
1a11d215
KS
1Thu Nov 16 20:07:42 PST 1978
2
3This represents an otherwise invisble extension to the standard i/o
4library to allow streams to be open with concurrent read/write
5capabilities. To incorporate the changes, recompile all C routines
6in the library with the new header.
7
8Ammended manual pages are included.
9
10 Keith Sklower
11
12[Note by Bill Joy: This is a modification of an (old) pdp-11 version
13of the standard i/o library, but should go easily into the new stuff.
14It has been used in a Modula Compiler for the PDP/11 version of UNIX.]
15
16Fri Feb 23 10:15:27 PST 1979
17
18It should be noted that the structure _iobuf should be exactly like that
19of the old structure, except for the addition of _delta, at the end. This
20is because _doprint is usually coded in assembly language and need not be
21changed if the field _delta (which it does not need to reference) is kept
22at the end. The structures vary from version 6 to VAX unix.
23
24 Keith Sklower.