solaris-uniqtime32-20051223
[openafs.git] / src / config / param.sun4x_59.h
index ba57e2a..fed11bc 100644 (file)
@@ -80,7 +80,7 @@
 #define        AFS_UIOUSER     UIO_USERSPACE
 #define        AFS_CLBYTES     MCLBYTES
 #define        AFS_MINCHANGE   2
-#define        osi_GetTime(x)  uniqtime(x)
+#define        osi_GetTime(x)  uniqtime32(x)
 
 /**
   * These defines are for the 64 bit Solaris 7 port
 #define AFS_64BIT_INO          1
 #endif
 
-/**
-  * Solaris 7 64 bit has two versions of uniqtime. Since we consistently
-  * use 32 bit quantities for time in afs, we now use uniqtime32
-  */
-#if defined(AFS_SUN57_64BIT_ENV)
-#undef osi_GetTime
-#define osi_GetTime(x)  uniqtime32(x)
-#endif
-
-
-
 #define        AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
 #define        AFS_KFREE       kmem_free