afsconfig-and-rcsid-all-around-20010705

convert rest of source to afsconfig; include rcsid macros

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

remove bogus if/define/endif triple

====================

revert non-rcsid and afsconfig portion of patch
This commit is contained in:
Nathan Neulinger 2001-07-05 16:20:00 +00:00 committed by Derrick Brashear
parent 671a9314ec
commit e7ec0d4213
847 changed files with 3237 additions and 1859 deletions

View File

@ -34,6 +34,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "sys/limits.h"
#include "sys/types.h"
#include "sys/user.h"
@ -53,7 +57,6 @@
#include <sys/timer.h> /* For the timer related defines */
#include <sys/intr.h> /* for the serialization defines */
#include <sys/malloc.h> /* for the parameters to xmalloc() */
#include "afs/param.h"
#include "afs/afs_osi.h" /* pick up osi_timeval_t for afs_stats.h */
#include "afs/afs_stats.h"
#include "export.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -17,6 +17,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../h/systm.h"
#include "../h/types.h"
#include "../h/errno.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -13,6 +13,10 @@
* Implements:
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "sys/limits.h"

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for AIX
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../h/systm.h"
#include "../h/types.h"
#include "../h/errno.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -15,6 +15,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -13,6 +13,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include <sys/namei.h>

View File

@ -1,4 +1,8 @@
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../sys/syscall.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -1,4 +1,8 @@
#include <afs/param.h> /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -1,4 +1,8 @@
#include <afs/param.h> /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -13,6 +13,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for DUX
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -12,6 +12,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -16,6 +16,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -15,6 +15,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -9,6 +9,10 @@
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for DUX
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -19,6 +19,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -12,6 +12,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -8,6 +8,10 @@
*/
#include "param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "sysincludes.h"
#include "afsincludes.h"
#include "afs_cbqueue.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -13,6 +13,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for HPUX
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -10,6 +10,10 @@
/* This is a placeholder for routines unique to the port of AFS to hp-ux*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -16,6 +16,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -11,6 +11,10 @@
* Implementation of Irix IDBG facility for AFS.
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -40,6 +40,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -11,6 +11,10 @@
* Implementation of miscellaneous Irix routines.
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for IRIX
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -10,9 +10,11 @@
/*
* SGI specific vnodeops + other misc interface glue
*/
#ident "$Revision$"
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -12,6 +12,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../h/mm.h"

View File

@ -12,6 +12,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -18,6 +18,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -12,6 +12,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"

View File

@ -12,6 +12,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../h/unistd.h" /* For syscall numbers. */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -13,6 +13,10 @@
* super_block operations should return negated errno to Linux.
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -21,6 +21,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */

View File

@ -11,6 +11,10 @@
* osi_vfsops.c for SOLARIS
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#if defined(AFS_SUN_ENV) || defined(AFS_SUN5_ENV)
/*
* SOLARIS/osi_vnodeops.c

View File

@ -12,6 +12,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#ifdef UKERNEL

View File

@ -12,6 +12,10 @@
* setpag (aliased to use_setpag in sysincludes.h)
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -20,6 +20,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -19,6 +19,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -18,6 +18,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -15,6 +15,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#if !defined(AFS_DUX40_ENV) && !defined(AFS_LINUX20_ENV) && !defined(AFS_DARWIN_ENV)
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

View File

@ -13,6 +13,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -14,6 +14,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -20,6 +20,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -15,6 +15,10 @@
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -17,6 +17,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -20,6 +20,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -20,6 +20,10 @@
*
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -15,6 +15,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -13,6 +13,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#if !defined(AFS_HPUX_ENV) && !defined(AFS_SGI_ENV) && !defined(AFS_LINUX20_ENV)
#include "../afs/sysincludes.h" /* Standard vendor system headers */

View File

@ -19,6 +19,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -18,6 +18,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -11,6 +11,10 @@
* Implements:
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/stds.h"
#include "../afs/sysincludes.h" /* Standard vendor system headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h"
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h"
#if !defined(UKERNEL)
#include "../h/param.h"

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h"

View File

@ -14,6 +14,10 @@
*/
#include "../afs/param.h" /*Should be always first*/
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /*Standard vendor system headers*/
#include "../afs/afsincludes.h" /*AFS-based standard headers*/
#include "../afs/afs_stats.h" /*Cache Manager stats*/

View File

@ -72,6 +72,10 @@
* granted with a shorter expiration time.
*/
#include "../afs/param.h" /*Should be always first*/
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/sysincludes.h" /*Standard vendor system headers*/
#include "../afs/afsincludes.h" /*AFS-based standard headers*/
#include "../afs/afs_cbqueue.h"

View File

@ -11,6 +11,10 @@
* Implements:
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/stds.h"
#include "../afs/sysincludes.h" /* Standard vendor system headers */

View File

@ -8,6 +8,10 @@
*/
#include "../afs/param.h" /* Should be always first */
#include <afsconfig.h>
RCSID("$Header$");
#include "../afs/stds.h"
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */

Some files were not shown because too many files have changed in this diff Show More