Subject: CVS commit: basesrc/crypto/dist/ssh
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/10/2002 18:23:36
Module Name:	basesrc
Committed By:	bjh21
Date:		Sun Feb 10 16:23:36 UTC 2002

Modified Files:
	basesrc/crypto/dist/ssh: log.c log.h readconf.c servconf.c

Log Message:
Rather than assuming that -1 is a valid value for a LogLevel or LogFacility,
explicitly declare SYSLOG_LEVEL_NOT_SET and SYSLOG_FACILITY_NOT_SET and use
those instead.

This is necessary for -fshort-enums platforms, and corresponds to the
following OpenBSD revisions:
log.c           1.21
log.h           1.5
readconf.c      1.95
servconf.c      1.53


To generate a diff of this commit:
cvs rdiff -r1.1.1.6 -r1.2 basesrc/crypto/dist/ssh/log.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/ssh/log.h
cvs rdiff -r1.13 -r1.14 basesrc/crypto/dist/ssh/readconf.c
cvs rdiff -r1.14 -r1.15 basesrc/crypto/dist/ssh/servconf.c

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