macos 10.6 64 bit support
[openafs.git] / src / sys / setpag.c
index 3d634f1..6d9a326 100644 (file)
@@ -56,6 +56,8 @@ lsetpag(void)
     
     if(rval)
       errcode = syscall(AFS_SYSCALL, AFSCALL_SETPAG);
+#elif defined(AFS_DARWIN80_ENV)
+    errcode = ioctl_afs_syscall(AFSCALL_SETPAG,0,0,0,0,0,0,&errcode);
 #else
     errcode = syscall(AFS_SYSCALL, AFSCALL_SETPAG);
 #endif