irix-lacks-mem-functions-in-kernel-so-revert-to-b-functions-20011011
[openafs.git] / src / config / param.sgi_62.h
index 39f58a2..3055712 100644 (file)
@@ -7,8 +7,8 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#ifndef        _PARAM_SGI_62_H
-#define        _PARAM_SGI_62_H
+#ifndef        AFS_PARAM_HH
+#define        AFS_PARAM_HH
 
 
 #define AFS_VFS_ENV            1
 #define        DEBUG           1
 
 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
+
+#define memset(A, B, S) bzero(A, S)
+#define memcpy(B, A, S) bcopy(A, B, S)
+#define memcmp(A, B, S) bcmp(A, B, S)
+
 #endif /* KERNEL */
 
 #ifndef CMSERVERPREF
 #define CMSERVERPREF
 #endif
-#endif /* _PARAM_SGI_62_H_ */
+#endif /* AFS_PARAM_H */