Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



Simon Burge wrote:
> 
> Dante Profeta wrote:
[...]
> > Add a comment to note that removelist() and renamelist() are used by 
> > catman(8)
> 
> Or better to move these two functions into usr.sbin/catman/catman.c?

I think removelist() and renamelist() are appropriate in usr.bin/man/config.c
because they deal only w/ the structure defined in usr.bin/man/config.h and are
only instanced by catman.c which doesn't have and shouldn't have any knowledge
of their implementation.

A possible solution could be having catman own config.{c,h} but these files
would be ~90% redundant.
--
  Dante_



Home | Main Index | Thread Index | Old Index