From f256e25bc830e53900ffce5344fdaac12100891c Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 21 Aug 2002 21:34:28 +0000 Subject: [PATCH] eliminate-nested-comments-20020821 cleanup config fragments --- src/config/param.sun4x_59_usr.h | 4 +++- src/config/param.sunx86_57_usr.h | 4 +++- src/config/param.sunx86_58_usr.h | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/config/param.sun4x_59_usr.h b/src/config/param.sun4x_59_usr.h index 3ce9e7d56..30e38d019 100644 --- a/src/config/param.sun4x_59_usr.h +++ b/src/config/param.sun4x_59_usr.h @@ -20,7 +20,9 @@ #include -/*#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#if 0 +#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#endif #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */ #define AFS_SYSCALL 65 diff --git a/src/config/param.sunx86_57_usr.h b/src/config/param.sunx86_57_usr.h index a15bb9004..3dace32b4 100644 --- a/src/config/param.sunx86_57_usr.h +++ b/src/config/param.sunx86_57_usr.h @@ -24,7 +24,9 @@ #include -/*#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#if 0 +#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#endif #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */ #define AFS_SYSCALL 73 diff --git a/src/config/param.sunx86_58_usr.h b/src/config/param.sunx86_58_usr.h index bc9657c8d..a0520686d 100644 --- a/src/config/param.sunx86_58_usr.h +++ b/src/config/param.sunx86_58_usr.h @@ -24,7 +24,9 @@ #include -/*#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#if 0 +#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ +#endif #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */ #define AFS_SYSCALL 65 -- 2.39.5