From: Sam Hartman Date: Wed, 11 Jul 2001 03:12:48 +0000 (+0000) Subject: Import new openafs snapshot. X-Git-Tag: upstream/1.2.0~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=13f46630602dcfd32ae304855996fbae7d5a1b5a;p=packages%2Fo%2Fopenafs.git Import new openafs snapshot. --- diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 618919b68..2fcf24713 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -1,5 +1,5 @@ -#ifndef _PARAM_I386_LINUX24_H_ -#define _PARAM_I386_LINUX24_H_ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel, * it's a judgment call. If something is obviously i386 specific, use that @@ -70,6 +70,6 @@ #define SYS_NAME "i386_linux24" #define SYS_NAME_ID SYS_NAME_ID_i386_linux24 -#endif /* _PARAM_I386_LINUX24_H_ */ +#endif /* AFS_PARAM_H */ diff --git a/src/config/param.i386_linux24_usr.h b/src/config/param.i386_linux24_usr.h index 01c1ab1cc..715fee003 100644 --- a/src/config/param.i386_linux24_usr.h +++ b/src/config/param.i386_linux24_usr.h @@ -1,5 +1,5 @@ -#ifndef _PARAM_USR_I386_LINUX24_H_ -#define _PARAM_USR_I386_LINUX24_H_ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel, * it's a judgment call. If something is obviously i386 specific, use that @@ -51,4 +51,4 @@ #define CMSERVERPREF #endif -#endif /* _PARAM_USR_I386_LINUX24_H_ */ +#endif /* AFS_PARAM_H */ diff --git a/src/config/param.ppc_linux24_usr.h b/src/config/param.ppc_linux24_usr.h index bc9c781a5..d21d75def 100644 --- a/src/config/param.ppc_linux24_usr.h +++ b/src/config/param.ppc_linux24_usr.h @@ -1,5 +1,5 @@ -#ifndef _PARAM_USR_PPC_LINUX24_H_ -#define _PARAM_USR_PPC_LINUX24_H_ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H /* In user space the AFS_LINUX20_ENV should be sufficient. In the kernel, * it's a judgment call. If something is obviously ppc specific, use that @@ -51,4 +51,4 @@ #define CMSERVERPREF #endif -#endif /* _PARAM_USR_PPC_LINUX24_H_ */ +#endif /* AFS_PARAM_H */ diff --git a/src/config/param.sun4x_58.h b/src/config/param.sun4x_58.h index 5e48cf7dc..a4405847e 100644 --- a/src/config/param.sun4x_58.h +++ b/src/config/param.sun4x_58.h @@ -1,5 +1,5 @@ -#ifndef _PARAM_SUN4X_58_H_ -#define _PARAM_SUN4X_58_H_ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H #define AFS_VFS_ENV 1 /* Used only in vfsck/* code; is it needed any more???? */ @@ -106,4 +106,4 @@ #endif #define ROOTINO UFSROOTINO -#endif /* _PARAM_SUN4X_58_H_ */ +#endif /* AFS_PARAM_H */ diff --git a/src/config/param.sun4x_58_usr.h b/src/config/param.sun4x_58_usr.h index 1147ef340..98d41088f 100644 --- a/src/config/param.sun4x_58_usr.h +++ b/src/config/param.sun4x_58_usr.h @@ -1,5 +1,5 @@ -#ifndef _PARAM_SUN4X_58_H_ -#define _PARAM_SUN4X_58_H_ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H #define AFS_VFS_ENV 1 /* Used only in vfsck code; is it needed any more???? */ @@ -56,4 +56,4 @@ #endif #define ROOTINO UFSROOTINO -#endif /* _PARAM_SUN4X_58_H_ */ +#endif /* AFS_PARAM_H */