# 
# $Copyright
# Copyright 1993, 1994, 1995  Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
 
Change History
--------------
roy@osf.org	08/25/92	Divided this file into sections.  Added info
				about include files.

srl@osf.org  	06/10/92	Created.


User-space modifications for OSF/1 AD
-------------------------------------
The files that exist below this directory are meant to be overlaid
on an OSF/1 1.0.4 source tree, starting at the src directory.  One
may easily determine what needs to be rebuilt by perusing this
directory structure (recall that usr/sbin and sbin commands build
from the same set of sources).  

In addition, some include files from AD's 'server' tree must be
manually copied to the "export" directory from which include files
are found during user-space builds.  These files are:

sys/mount.h
sys/stat.h
sys/types.h


Notes
-----
(1) in src/usr/bin/ps/Makefile there is an invocation of $(CC) with
the -traditional flag, this may need to be changed for compilers which
do not understand this switch.

(2) in src/usr/sbin/ufs_fsck/fsck.h there is a #define MAXINOBUFSIZE
which determines the size of buffer space allocated to inodes.  This
size had to be reduced because it caused some kernel problems (paging
too early?).  When the problems are identified and fixed, the size
should be increased because it can greatly improve fsck performance.

