From bc4e07d59cd2bac8d32675102f3a65d5dec974f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 5 Jul 2007 08:06:28 +0000 Subject: [PATCH] INTEGRATION: CWS freebsd08 (1.36.14); FILE MERGED 2007/06/01 21:49:08 maho 1.36.14.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well. Issue number: #i67904# --- sal/osl/unx/system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index 9800eed0463f..26741356c7a1 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -4,9 +4,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: kz $ $Date: 2007-06-18 16:37:41 $ + * last change: $Author: rt $ $Date: 2007-07-05 09:06:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -523,10 +523,10 @@ extern struct spwd *getspnam_r(const char *name, struct spwd *result, struct tm *localtime_r(const time_t *timep, struct tm *buffer); struct tm *gmtime_r(const time_t *timep, struct tm *buffer); #endif /* !defined FREEBSD || (__FreeBSD_version < 500112) */ -#if !defined(FREEBSD) || (__FreeBSD_version < 700015) +#if !defined(FREEBSD) || (__FreeBSD_version < 601103) struct hostent *gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop); -#endif /* !defined(FREEBSD) || (__FreeBSD_version < 700015) */ +#endif /* !defined(FREEBSD) || (__FreeBSD_version < 601103) */ #endif #endif /* __OSL_SYSTEM_H__ */