cvs commit: src/usr.bin/finger extern.h finger.h lprint.c

Juli Mallett jmallett at FreeBSD.org
Sat Mar 13 22:43:34 PST 2004


jmallett    2004/03/13 22:43:34 PST

  FreeBSD src repository

  Modified files:
    usr.bin/finger       extern.h finger.h lprint.c 
  Log:
  Add multiple inclusion guards.  Mostly this is for extern.h, which was
  included twice by lprint.c, which included both finger.h and extern.h.
  finger.h, in turn, includes extern.h.  The redundant include of extern.h
  was removed from lprint.c, as part of this change, but the include guards
  were added anyway out of spite.
  
  Revision  Changes    Path
  1.9       +5 -0      src/usr.bin/finger/extern.h
  1.5       +5 -0      src/usr.bin/finger/finger.h
  1.25      +0 -1      src/usr.bin/finger/lprint.c


More information about the cvs-all mailing list