From 6b8e9477a2bd4810010ac91ba76909713b0dbb15 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 19 Apr 2010 17:14:09 +0200 Subject: changed flag value for v5-compatibility --- runtime/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/msg.h b/runtime/msg.h index f10c919c..0d3314b7 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -130,7 +130,7 @@ struct msg { #define MARK 0x008 /* this message is a mark */ #define NEEDS_PARSING 0x010 /* raw message, must be parsed before processing can be done */ #define PARSE_HOSTNAME 0x020 /* parse the hostname during message parsing */ -#define NO_PRI_IN_RAW 0x040 /* rawmsg does not include a PRI (Solaris!), but PRI is already set correctly in the msg object */ +#define NO_PRI_IN_RAW 0x100 /* rawmsg does not include a PRI (Solaris!), but PRI is already set correctly in the msg object */ /* function prototypes -- cgit v1.2.3