From owner-cvs-all@FreeBSD.ORG Sat Oct 25 23:40:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360EB16A4B3; Sat, 25 Oct 2003 23:40:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3FC43FBD; Sat, 25 Oct 2003 23:40:37 -0700 (PDT) (envelope-from bde@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 h9Q6ebXJ024400; Sat, 25 Oct 2003 23:40:37 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9Q6ebs5024399; Sat, 25 Oct 2003 23:40:37 -0700 (PDT) (envelope-from bde) Message-Id: <200310260640.h9Q6ebs5024399@repoman.freebsd.org> From: Bruce Evans Date: Sat, 25 Oct 2003 23:40:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 06:40:38 -0000 bde 2003/10/25 23:40:37 PDT FreeBSD src repository Modified files: gnu/usr.bin/man/man man.c Log: Fix previous commit. glob_filename() returns "(char **) -1" for certain errors, not necessarily a pointer such that (intptr_t)pointer is -1. Also fix the style bug that the cast was not followed by a space. This style of this file is now perfectly non-KNF for this cast too. Revision Changes Path 1.62 +1 -1 src/gnu/usr.bin/man/man/man.c