[OpenAFS-devel] Refactoring the Solaris libafs code base

Jim Rees rees@umich.edu
Tue, 02 Jan 2007 16:59:28 -0500


If anyone is seriously considering refactoring the includes, I wish you good
luck.  It's a job that needs doing.

Please try to stick to the original unix include guidelines:

first either sys/types or sys/param but not both
then sys/*
then net/* and other system includes
then stdio and other user includes

Most modern systems don't care, but some do.  The complete guidelines used
to be in style(9).