cvs commit: src/libexec/ftpd ftpcmd.y ftpd.c

Yar Tikhiy yar at FreeBSD.org
Sat Jul 31 08:03:37 PDT 2004


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


More information about the cvs-src mailing list