cvs commit: projects/csup lister.c status.c status.h

Maxime Henrion mux at FreeBSD.org
Fri Feb 3 10:23:35 PST 2006


mux         2006-02-03 18:23:34 UTC

  FreeBSD projects repository

  Modified files:
    csup                 lister.c status.c status.h 
  Log:
  - Add status_errmsg() that will return an error message if an error has
    been encountered in the status file.
  - Set error messages everywhere appropriate in the status file API.  It's
    a bit of a mess, but will do for now.
  - In the lister thread, if status_get() returns NULL, check if EOF has
    been seen with stream_eof(), and if not, print the error message with
    status_errmsg().
  
  Revision  Changes    Path
  1.21      +6 -4      projects/csup/lister.c
  1.8       +79 -28    projects/csup/status.c
  1.2       +1 -0      projects/csup/status.h


More information about the cvs-projects mailing list