From owner-cvs-sys Tue Sep 3 15:20:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29683 for cvs-sys-outgoing; Tue, 3 Sep 1996 15:20:53 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29604; Tue, 3 Sep 1996 15:19:18 -0700 (PDT) Date: Tue, 3 Sep 1996 15:19:18 -0700 (PDT) From: Bruce Evans Message-Id: <199609032219.PAA29604@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c src/sys/i386/linux imgact_linux.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/03 15:19:17 Modified: sys/i386/ibcs2 imgact_coff.c sys/i386/linux imgact_linux.c Log: Fixed some more easy cases of const poisoning in the kernel. Cosmetic. Revision Changes Path 1.17 +9 -9 src/sys/i386/ibcs2/imgact_coff.c 1.16 +2 -2 src/sys/i386/linux/imgact_linux.c