mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
amd64-hook-ia32-table-20030519
if sys_call_table is exported and ia32_sys_call_table isn't, we need it this way
This commit is contained in:
parent
2acd0d9937
commit
718f25e62e
18
acinclude.m4
18
acinclude.m4
@ -201,17 +201,17 @@ case $system in
|
||||
if test "x$linux_syscall_method" = "xnone"; then
|
||||
AC_MSG_ERROR([no available sys_call_table access method])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_chdir" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_CHDIR, 1, [define if your linux kernel exports sys_chdir])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_close" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_CLOSE, 1, [define if your linux kernel exports sys_close])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_wait4" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_WAIT4, 1, [define if your linux kernel exports sys_wait4])
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_chdir" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_CHDIR, 1, [define if your linux kernel exports sys_chdir])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_close" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_CLOSE, 1, [define if your linux kernel exports sys_close])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_sys_wait4" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_SYS_WAIT4, 1, [define if your linux kernel exports sys_wait4])
|
||||
fi
|
||||
if test "x$ac_cv_linux_exports_tasklist_lock" = "xyes" ; then
|
||||
AC_DEFINE(EXPORTED_TASKLIST_LOCK, 1, [define if your linux kernel exports tasklist_lock])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user