diff options
| -rw-r--r-- | sys/compat/svr4/imgact_svr4.c | 2 | ||||
| -rw-r--r-- | sys/svr4/imgact_svr4.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/imgact_svr4.c b/sys/compat/svr4/imgact_svr4.c index 1324805985469..42ac305eeb0de 100644 --- a/sys/compat/svr4/imgact_svr4.c +++ b/sys/compat/svr4/imgact_svr4.c @@ -233,5 +233,5 @@ exec_svr4_imgact(imgp) * correct directive to use. Do not staticize; used by Linux LKM. */ const struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" }; -TEXT_SET(execsw_set, svr4_execsw); +EXEC_SET(execsw_set, svr4_execsw); diff --git a/sys/svr4/imgact_svr4.c b/sys/svr4/imgact_svr4.c index 1324805985469..42ac305eeb0de 100644 --- a/sys/svr4/imgact_svr4.c +++ b/sys/svr4/imgact_svr4.c @@ -233,5 +233,5 @@ exec_svr4_imgact(imgp) * correct directive to use. Do not staticize; used by Linux LKM. */ const struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" }; -TEXT_SET(execsw_set, svr4_execsw); +EXEC_SET(execsw_set, svr4_execsw); |
