cvs commit: src/lib/libc/gen fts.c src/include fts.h

Peter Edwards peadar at FreeBSD.org
Wed May 12 14:38:40 PDT 2004


peadar      2004/05/12 14:38:39 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/gen         fts.c 
    include              fts.h 
  Log:
  Fix some^Wseveral style bugs from last commit.
  
  Remove "sys/types.h" as "sys/param.h" is already included
  
  Use cast rather than back-pointer to convert from public to private
  version of FTS data, and so avoid littering fts.h with any of the
  details.
  
  Pointed out By: bde, kientzle
  
  Revision  Changes    Path
  1.10      +0 -1      src/include/fts.h
  1.25      +19 -22    src/lib/libc/gen/fts.c


More information about the cvs-all mailing list