Date: Fri, 3 Feb 2006 18:23:34 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup lister.c status.c status.h Message-ID: <200602031823.k13INY5j024334@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602031823.k13INY5j024334>
