summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
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/i386/ibcs2
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/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/imgact_coff.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c
index da41412..3c70d00 100644
--- a/sys/i386/ibcs2/imgact_coff.c
+++ b/sys/i386/ibcs2/imgact_coff.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_coff.c,v 1.34 1999/01/17 20:39:08 peter Exp $
+ * $Id: imgact_coff.c,v 1.35 1999/01/28 01:59:52 dillon Exp $
*/
#include <sys/param.h>
@@ -474,8 +474,6 @@ exec_coff_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.
*/
-static const struct execsw coff_execsw = { exec_coff_imgact, "coff" };
+static struct execsw coff_execsw = { exec_coff_imgact, "coff" };
EXEC_SET(coff, coff_execsw);
OpenPOWER on IntegriCloud