From 5350e97b5abcf4b8708d21566bc597a726853519 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 9 May 1999 16:04:14 +0000 Subject: Fix a couple of warnings and some bitrot in comments. --- sys/kern/imgact_aout.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/kern/imgact_aout.c') diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 0092aeb..8378f43 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_aout.c,v 1.48 1999/03/10 07:07:42 alc Exp $ + * $Id: imgact_aout.c,v 1.49 1999/04/03 22:20:01 jdp Exp $ */ #include @@ -309,8 +309,6 @@ out: /* * 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 struct execsw aout_execsw = { exec_aout_imgact, "a.out" }; EXEC_SET(aout, aout_execsw); -- cgit v1.1