Ack! I deleted "struct", not "const".. Oh boy...
Submitted by: jkh
This commit is contained in:
parent
149c3aa60a
commit
0749bbe267
@ -230,6 +230,6 @@ exec_svr4_imgact(imgp)
|
||||
/*
|
||||
* Tell kern_execve.c about it, with a little help from the linker.
|
||||
*/
|
||||
const execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
|
||||
struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
|
||||
EXEC_SET(execsw_set, svr4_execsw);
|
||||
|
||||
|
@ -230,6 +230,6 @@ exec_svr4_imgact(imgp)
|
||||
/*
|
||||
* Tell kern_execve.c about it, with a little help from the linker.
|
||||
*/
|
||||
const execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
|
||||
struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
|
||||
EXEC_SET(execsw_set, svr4_execsw);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user