mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
darwin: ukernel is 64-bit able
update ukernel settings for darwin Change-Id: Ifd72d0d5affa1bfbea04da2c95e8011fb055e59f Reviewed-on: http://gerrit.openafs.org/5489 Reviewed-by: Derrick Brashear <shadow@dementix.org> Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
649d3a0957
commit
cb4d6e5e7e
@ -157,6 +157,8 @@ struct rt_addrinfo {
|
||||
#define AFS_PARAM_H
|
||||
|
||||
#define AFS_ENV 1
|
||||
#define AFS_64BIT_CLIENT 1
|
||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||
#if defined(__ppc__)
|
||||
#define AFS_PPC_ENV 1
|
||||
#elif defined(__i386__) || defined(__amd64__)
|
||||
|
@ -137,6 +137,8 @@
|
||||
|
||||
#define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */
|
||||
#define AFS_ENV 1
|
||||
#define AFS_64BIT_CLIENT 1
|
||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||
#if defined(__ppc__)
|
||||
#define AFS_PPC_ENV 1
|
||||
#elif defined(__i386__) || defined(__amd64__)
|
||||
|
@ -140,6 +140,7 @@
|
||||
|
||||
#define AFS_ENV 1
|
||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||
#define AFS_64BIT_CLIENT 1
|
||||
#if defined(__ppc__)
|
||||
#define AFS_PPC_ENV 1
|
||||
#elif defined(__i386__) || defined(__amd64__)
|
||||
|
Loading…
Reference in New Issue
Block a user