diff --git a/src/config/afs_args.h b/src/config/afs_args.h index bf6b3ae0a0..5f44d5289a 100644 --- a/src/config/afs_args.h +++ b/src/config/afs_args.h @@ -197,10 +197,10 @@ enum { /* * Note that the AFS_*ALLOCSIZ values should be multiples of sizeof(void*) to - * accomodate pointer alignment. + * accommodate pointer alignment. */ /* Used in rx.c as well as afs directory. */ -#if defined(AFS_AIX32_ENV) || defined(AFS_HPUX_ENV) +#if (defined(AFS_AIX32_ENV) && !defined(AFS_AIX61_ENV)) || defined(AFS_HPUX_ENV) /* XXX Because of rxkad_cprivate... XXX */ #define AFS_SMALLOCSIZ (38*sizeof(void *)) /* "Small" allocated size */ #else