3 * On AIX we need to get the kernel extentions
4 * with the DFS kafs_syscall in it.
5 * We might be running on a system
6 * where DFS is not active.
7 * So we use this dummy routine which
8 * might not load to do the dirty work
10 * DCE does this with the /usr/lib/drivers/dfsloadobj
14 int dpagaix(parm1
, parm2
, parm3
, parm4
, parm5
, parm6
)
22 return(kafs_syscall(parm1
, parm2
, parm3
, parm4
, parm5
, parm6
));