diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-05 08:06:28 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-05 08:06:28 +0000 |
commit | 4486a9d7120f419bdc47abdcef8836f5b1cc205d (patch) | |
tree | 87e06ec77f53dd149650e0ba2d2db8a560320b05 /sal/osl/unx/system.h | |
parent | d94469624a367804bab6b7f958813093f1ef22c9 (diff) |
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#
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r-- | sal/osl/unx/system.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index a245e99f5..c1f853eb9 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__ */ |