Index: b/usr/src/uts/common/sys/syslog.h =================================================================== --- a/usr/src/uts/common/sys/syslog.h 2014-03-01 22:51:57.457918377 +0400 +++ b/usr/src/uts/common/sys/syslog.h 2014-03-01 22:55:55.790862143 +0400 @@ -36,13 +36,12 @@ #define LOG_LPR (6<<3) /* line printer subsystem */ #define LOG_NEWS (7<<3) /* netnews subsystem */ #define LOG_UUCP (8<<3) /* uucp subsystem */ -#define LOG_ALTCRON (9<<3) /* BSD cron/at subsystem */ +#define LOG_CRON (9<<3) /* cron/at subsystem */ #define LOG_AUTHPRIV (10<<3) /* BSD security/authorization messages */ #define LOG_FTP (11<<3) /* file transfer subsystem */ #define LOG_NTP (12<<3) /* network time subsystem */ #define LOG_AUDIT (13<<3) /* audit subsystem */ #define LOG_CONSOLE (14<<3) /* BSD console messages */ -#define LOG_CRON (15<<3) /* cron/at subsystem */ #define LOG_LOCAL0 (16<<3) /* reserved for local use */ #define LOG_LOCAL1 (17<<3) /* reserved for local use */ #define LOG_LOCAL2 (18<<3) /* reserved for local use */