pts-error-message-cleanup-20011031
[openafs.git] / README.DEVEL
1 Notes on Coding Standards/Requirements for OpenAFS Source
2 ---------------------------------------------------------
3
4 Do not use $< in any cross-platform dir as it requires a reasonable
5 make that is not available on all systems.
6
7 Be careful with prototypes/ANSI-C in code that will be compiled for
8 kernel source.  In general, avoid them until we have figured out
9 exactly when/where they can be used safely.