diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 08:05:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 08:05:56 +0000 |
commit | 59eaafa50dd467ebb1918d4ac2308330c1bd6b78 (patch) | |
tree | 75e014c35b980b8b7a5c5bc572af4849152ae7a8 /sal/osl/unx/system.c | |
parent | b28da093e9f9d4713c9d13884ce2574e8a4c006a (diff) |
INTEGRATION: CWS freebsd08 (1.14.56); FILE MERGED
2007/06/01 21:49:08 maho 1.14.56.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well.
Issue number: #i67904#
Diffstat (limited to 'sal/osl/unx/system.c')
-rw-r--r-- | sal/osl/unx/system.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/osl/unx/system.c b/sal/osl/unx/system.c index f2fbcfbbf881..bae6f359d110 100644 --- a/sal/osl/unx/system.c +++ b/sal/osl/unx/system.c @@ -4,9 +4,9 @@ * * $RCSfile: system.c,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2007-01-18 14:18:40 $ + * last change: $Author: rt $ $Date: 2007-07-05 09:05:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -339,7 +339,7 @@ struct passwd *getpwnam_r(const char* name, struct passwd* s, char* buffer, int } #endif /* defined SCO */ -#if !defined(FREEBSD) || (__FreeBSD_version < 700015) +#if !defined(FREEBSD) || (__FreeBSD_version < 601103) extern int h_errno; @@ -430,7 +430,7 @@ struct hostent *gethostbyname_r(const char *name, struct hostent *result, return res; } -#endif /* !defined(FREEBSD) || (__FreeBSD_version < 700015) */ +#endif /* !defined(FREEBSD) || (__FreeBSD_version < 601103) */ #if defined(MACOSX) /* |