mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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:
parent
671a9314ec
commit
e7ec0d4213
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -8,6 +8,10 @@
|
||||
*/
|
||||
|
||||
#include "param.h"
|
||||
#include <afsconfig.h>
|
||||
|
||||
RCSID("$Header$");
|
||||
|
||||
#include "sysincludes.h"
|
||||
#include "afsincludes.h"
|
||||
#include "afs_cbqueue.h"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -12,6 +12,10 @@
|
||||
*
|
||||
*/
|
||||
#include "../afs/param.h"
|
||||
#include <afsconfig.h>
|
||||
|
||||
RCSID("$Header$");
|
||||
|
||||
#include "../afs/sysincludes.h"
|
||||
#include "../afs/afsincludes.h"
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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. */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -12,6 +12,10 @@
|
||||
*/
|
||||
|
||||
#include "../afs/param.h" /* Should be always first */
|
||||
#include <afsconfig.h>
|
||||
|
||||
RCSID("$Header$");
|
||||
|
||||
|
||||
#ifdef UKERNEL
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -8,6 +8,10 @@
|
||||
*/
|
||||
|
||||
#include "../afs/param.h"
|
||||
#include <afsconfig.h>
|
||||
|
||||
RCSID("$Header$");
|
||||
|
||||
#include "../afs/sysincludes.h"
|
||||
#if !defined(UKERNEL)
|
||||
#include "../h/param.h"
|
||||
|
@ -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"
|
||||
|
@ -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*/
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user