From e6aeb1b995d6629ff04fd0f6068be2e9ffe9ca42 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 27 Jun 2009 12:31:38 +0200 Subject: fixed small compile issue --- runtime/rsyslog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 3c8db169..76f320e6 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -81,7 +81,7 @@ typedef long long int64; typedef long long unsigned uint64; typedef int64 number_t; /* type to use for numbers - TODO: maybe an autoconf option? */ typedef char intTiny; /* 0..127! */ -typedef uchar uintTiny; /* 0..255! */ +typedef unsigned char uintTiny; /* 0..255! */ /* define some base data types */ typedef unsigned char uchar;/* get rid of the unhandy "unsigned char" */ -- cgit v1.2.3