]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-sparc32-no-largefile-20041207
authorDouglas Engert <deengert@anl.gov>
Tue, 7 Dec 2004 18:30:42 +0000 (18:30 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 7 Dec 2004 18:30:42 +0000 (18:30 +0000)
FIXES 16719

disable largefile on 32bit sparcs
see the bug for better commentary

(cherry picked from commit d271c1c295d138fa5da622a4dd9136d535f4e42d)

src/config/param.sun4x_510.h
src/config/param.sun4x_58.h
src/config/param.sun4x_59.h

index cc2e73d71dfa8bf3001d34571070ba68e1e736ab..50b18dbb4fc376aa808325ba6202dd8293f588b4 100644 (file)
 #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
 
index 48655381ab61119a290ea66a9701f7612e517b4f..6c058abcd7618801303f55078c2355cf4225d0b1 100644 (file)
 #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
 
index 79279df3a75cccdebd60d7e061ffc760d6c166fc..d322042469b5df35d4d5c69a5ce84af58ed65892 100644 (file)
 #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