From owner-cvs-sys Tue Sep 3 15:28:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29953 for cvs-sys-outgoing; Tue, 3 Sep 1996 15:28:00 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29900; Tue, 3 Sep 1996 15:26:33 -0700 (PDT) Date: Tue, 3 Sep 1996 15:26:33 -0700 (PDT) From: Bruce Evans Message-Id: <199609032226.PAA29900@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/03 15:26:32 Modified: sys/kern kern_sysctl.c Log: Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision function. Revision Changes Path 1.66 +5 -4 src/sys/kern/kern_sysctl.c