From owner-cvs-src@FreeBSD.ORG Wed Oct 29 08:09:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8AF16A4CF; Wed, 29 Oct 2003 08:09:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B2143FD7; Wed, 29 Oct 2003 08:09:17 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9TG9HXJ027183; Wed, 29 Oct 2003 08:09:17 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9TG9HGg027182; Wed, 29 Oct 2003 08:09:17 -0800 (PST) (envelope-from trhodes) Message-Id: <200310291609.h9TG9HGg027182@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Oct 2003 08:09:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck fsck.c fsutil.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 16:09:19 -0000 trhodes 2003/10/29 08:09:17 PST FreeBSD src repository Modified files: sbin/fsck fsck.c fsutil.h Log: Remove redundant declaration of the perror() function, it's provided by stdio.h. Don't define DKTYPENAMES without using it. Revision Changes Path 1.17 +0 -1 src/sbin/fsck/fsck.c 1.5 +0 -1 src/sbin/fsck/fsutil.h