Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2003 23:40:37 -0700 (PDT)
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:  <200310260640.h9Q6ebs5024399@repoman.freebsd.org>

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?200310260640.h9Q6ebs5024399>