From owner-cvs-usrbin Tue Feb 24 18:31:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08084 for cvs-usrbin-outgoing; Tue, 24 Feb 1998 18:31:10 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08002; Tue, 24 Feb 1998 18:30:17 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00704; Tue, 24 Feb 1998 18:29:59 -0800 (PST) Date: Tue, 24 Feb 1998 18:29:59 -0800 (PST) Message-Id: <199802250229.SAA00704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/error filter.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/24 18:29:58 PST Modified files: usr.bin/error filter.c Log: Added a prototype for a qsort comparision function and fixed the usual type mismatch uncovered by this. Revision Changes Path 1.3 +5 -4 src/usr.bin/error/filter.c