summaryrefslogtreecommitdiffstats
path: root/sys/svr4
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 16:04:14 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 16:04:14 +0000
commit5350e97b5abcf4b8708d21566bc597a726853519 (patch)
treed21e89313019628f57dd161c5e864394cfbc7d9f /sys/svr4
parent586a0280e6e145819a839cca9112964648c6161f (diff)
downloadFreeBSD-src-5350e97b5abcf4b8708d21566bc597a726853519.zip
FreeBSD-src-5350e97b5abcf4b8708d21566bc597a726853519.tar.gz
Fix a couple of warnings and some bitrot in comments.
Diffstat (limited to 'sys/svr4')
-rw-r--r--sys/svr4/imgact_svr4.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/svr4/imgact_svr4.c b/sys/svr4/imgact_svr4.c
index c3a0be6..5c2dc0d 100644
--- a/sys/svr4/imgact_svr4.c
+++ b/sys/svr4/imgact_svr4.c
@@ -229,9 +229,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.
*/
-const struct execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
+const execsw svr4_execsw = { exec_svr4_imgact, "svr4 ELF" };
EXEC_SET(execsw_set, svr4_execsw);
OpenPOWER on IntegriCloud