Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/crypto/dist/ssh



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.




Home | Main Index | Thread Index | Old Index