sparc32-no-largefile-20041207

FIXES 16719

disable largefile on 32bit sparcs
see the bug for better commentary
This commit is contained in:
Douglas Engert 2004-12-07 18:30:11 +00:00 committed by Derrick Brashear
parent 54643e2678
commit d271c1c295
3 changed files with 18 additions and 0 deletions

View File

@ -23,7 +23,13 @@
#define AFS_SUN510_ENV 1
#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
#endif
#define AFS_HAVE_FLOCK_SYSID 1

View File

@ -21,7 +21,13 @@
#define AFS_SUN58_ENV 1
#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
#endif
#define AFS_HAVE_FLOCK_SYSID 1

View File

@ -22,7 +22,13 @@
#define AFS_SUN59_ENV 1
#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
#endif
#define AFS_HAVE_FLOCK_SYSID 1