cvs commit: projects/csup config.c config.h main.c

Maxime Henrion mux at FreeBSD.org
Wed Jan 18 17:15:19 PST 2006


mux         2006-01-19 01:15:17 UTC

  FreeBSD projects repository

  Modified files:
    csup                 config.c config.h main.c 
  Log:
  More merges prior to enabling status file support:
  
  - Revert to using uint16_t instead of the less portable in_port_t.
  - Use xmalloc(), xstrdup() and xasprintf() where appropriate.
  - Add support for the -s option to trust the status file completely,
    not yet effective since the status file code is not fully committed.
  - Implement coll_statuspath() which returns the full pathname to the
    status file for this collection.
  - Don't rely on the C99 semantics of free().
  - Update copyright lines.
  
  Revision  Changes    Path
  1.33      +71 -73    projects/csup/config.c
  1.23      +14 -9     projects/csup/config.h
  1.21      +13 -5     projects/csup/main.c


More information about the cvs-projects mailing list