mirror of
https://git.openafs.org/openafs.git
synced 2025-01-23 01:11:13 +00:00
sparc32-no-largefile-20041207
FIXES 16719 disable largefile on 32bit sparcs see the bug for better commentary
This commit is contained in:
parent
54643e2678
commit
d271c1c295
@ -23,7 +23,13 @@
|
|||||||
#define AFS_SUN510_ENV 1
|
#define AFS_SUN510_ENV 1
|
||||||
|
|
||||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||||
|
/*
|
||||||
|
* Only define on 64 bit kernel, until problems with 32 bit
|
||||||
|
* and large file support are resolved
|
||||||
|
*/
|
||||||
|
#if defined(__sparcv9)
|
||||||
#define AFS_64BIT_CLIENT 1
|
#define AFS_64BIT_CLIENT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define AFS_HAVE_FLOCK_SYSID 1
|
#define AFS_HAVE_FLOCK_SYSID 1
|
||||||
|
|
||||||
|
@ -21,7 +21,13 @@
|
|||||||
#define AFS_SUN58_ENV 1
|
#define AFS_SUN58_ENV 1
|
||||||
|
|
||||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||||
|
/*
|
||||||
|
* Only define on 64 bit kernel, until problems with 32 bit
|
||||||
|
* and large file support are resolved
|
||||||
|
*/
|
||||||
|
#if defined(__sparcv9)
|
||||||
#define AFS_64BIT_CLIENT 1
|
#define AFS_64BIT_CLIENT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define AFS_HAVE_FLOCK_SYSID 1
|
#define AFS_HAVE_FLOCK_SYSID 1
|
||||||
|
|
||||||
|
@ -22,7 +22,13 @@
|
|||||||
#define AFS_SUN59_ENV 1
|
#define AFS_SUN59_ENV 1
|
||||||
|
|
||||||
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
|
||||||
|
/*
|
||||||
|
* Only define on 64 bit kernel, until problems with 32 bit
|
||||||
|
* and large file support are resolved
|
||||||
|
*/
|
||||||
|
#if defined(__sparcv9)
|
||||||
#define AFS_64BIT_CLIENT 1
|
#define AFS_64BIT_CLIENT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define AFS_HAVE_FLOCK_SYSID 1
|
#define AFS_HAVE_FLOCK_SYSID 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user