Date: Tue, 11 Nov 2003 04:33:16 -0000 From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Message-ID: <20031111041442.31757.qmail@exxodus.fedaykin.here>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031111041442.31757.qmail>