From ae3e3e9cb1584b5cf7082c1b28c4cbbd48b1f664 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 17:39:09 +0000 Subject: some minor things in regard to portability --- rsyslog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rsyslog.h') diff --git a/rsyslog.h b/rsyslog.h index 52a56972..de97e1b8 100644 --- a/rsyslog.h +++ b/rsyslog.h @@ -51,6 +51,7 @@ typedef int64 number_t; /* type to use for numbers - TODO: maybe an autoconf opt #ifdef __hpux typedef unsigned int u_int32_t; /* TODO: is this correct? */ +typedef int socklen_t; #endif /* The error codes below are orginally "borrowed" from -- cgit v1.2.3