diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
| commit | e91896117bba50d067048e99659fd015b35322e9 (patch) | |
| tree | 75f9524a6f9013302b340beb1e1732968909291a /sys/compat | |
| parent | 6637b74945e98e818d4bbb7f163ce680761b31e8 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/svr4/imgact_svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/imgact_svr4.c b/sys/compat/svr4/imgact_svr4.c index 42ac305eeb0d..c3a0be65b416 100644 --- a/sys/compat/svr4/imgact_svr4.c +++ b/sys/compat/svr4/imgact_svr4.c @@ -230,7 +230,7 @@ exec_svr4_imgact(imgp) /* * Tell kern_execve.c about it, with a little help from the linker. * Since `const' objects end up in the text segment, TEXT_SET is the - * correct directive to use. Do not staticize; used by Linux LKM. + * correct directive to use. */ const struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" }; EXEC_SET(execsw_set, svr4_execsw); |
