summaryrefslogtreecommitdiffstats
path: root/sys/svr4
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-10 12:38:41 +0000
committerpeter <peter@FreeBSD.org>1999-05-10 12:38:41 +0000
commit5e793df8f348f73b4c4129043a17b60a9f42bef3 (patch)
tree6eefac4c34c8a572a626f85b01c0ba368d50553f /sys/svr4
parentf36324ceec8b846a9b775c0bb92c6cd74cae6311 (diff)
downloadFreeBSD-src-5e793df8f348f73b4c4129043a17b60a9f42bef3.zip
FreeBSD-src-5e793df8f348f73b4c4129043a17b60a9f42bef3.tar.gz
Ack! I deleted "struct", not "const".. Oh boy...
Submitted by: jkh
Diffstat (limited to 'sys/svr4')
-rw-r--r--sys/svr4/imgact_svr4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/imgact_svr4.c b/sys/svr4/imgact_svr4.c
index 5c2dc0d..f8500de 100644
--- a/sys/svr4/imgact_svr4.c
+++ b/sys/svr4/imgact_svr4.c
@@ -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);
OpenPOWER on IntegriCloud