Subject: CVS commit: src/usr.sbin/wsmoused
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 08/06/2003 23:58:43
Module Name:	src
Committed By:	jmmv
Date:		Wed Aug  6 23:58:42 UTC 2003

Modified Files:
	src/usr.sbin/wsmoused: action.c selection.c wsmoused.c wsmoused.h

Log Message:
Add and use the log_err, log_errx, log_warn and log_warnx functions that act as
wrappers for err, errx, warn and warnx respectively when running in foreground
and call syslog functions when running in daemon mode.
Also add and use an extra log_info function for other types of information.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.sbin/wsmoused/action.c
cvs rdiff -r1.4 -r1.5 src/usr.sbin/wsmoused/selection.c \
    src/usr.sbin/wsmoused/wsmoused.h
cvs rdiff -r1.12 -r1.13 src/usr.sbin/wsmoused/wsmoused.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.