Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2004 15:03:17 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpcmd.y ftpd.c
Message-ID:  <200407311503.i6VF3HbL032585@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2004-07-31 15:03:17 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpcmd.y ftpd.c 
  Log:
  Change ``(foo *)0'' to ``NULL'' where it's possible
  (and it appears possible throughout ftpd(8) source.)
  
  It is not a mere issue of style: Null pointers in C
  seem to have been mistaken one way or another quite often.
  
  Revision  Changes    Path
  1.59      +10 -10    src/libexec/ftpd/ftpcmd.y
  1.163     +1 -1      src/libexec/ftpd/ftpd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407311503.i6VF3HbL032585>