Fix for AIX

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@30 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-07-10 22:14:41 +00:00
parent 8c2d8964c2
commit 783cbc2e4f

View File

@@ -148,7 +148,8 @@ k_pioctl(char *a_path,
#endif
#ifdef _AIX
return lpioctl(a_path, o_opcode, a_paramsP, a_followSymlinks);
if (afs_entry_point == AIX_ENTRY_POINTS)
return lpioctl(a_path, o_opcode, a_paramsP, a_followSymlinks);
#endif
errno = ENOSYS;
@@ -183,7 +184,8 @@ k_setpag(void)
#endif
#ifdef _AIX
return lsetpag();
if (afs_entry_point == AIX_ENTRY_POINTS)
return lsetpag();
#endif
errno = ENOSYS;