
This directory contains files from /usr/src/lib/libc/vax/sys.  The Remote
Access Package redefines such system calls as open, read, ..., the original
system calls are renamed as open_l, read_l, etc. ('_l' stands for local).
This directory defines open_l, read_l,... as entries to the kernel.
The system calls not redefined by Remote Access Package need not be renamed.

Note:  The LIB and BIN given in ./Makefile should be the same as in ../Makefile
and ../stdio/Makefile.

