Fix for AIX
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@30 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -148,7 +148,8 @@ k_pioctl(char *a_path,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _AIX
|
#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
|
#endif
|
||||||
|
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
@@ -183,7 +184,8 @@ k_setpag(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
return lsetpag();
|
if (afs_entry_point == AIX_ENTRY_POINTS)
|
||||||
|
return lsetpag();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
|
Reference in New Issue
Block a user