Kaydet (Commit) 59eaafa5 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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#
üst b28da093
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: system.c,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * 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 ...@@ -339,7 +339,7 @@ struct passwd *getpwnam_r(const char* name, struct passwd* s, char* buffer, int
} }
#endif /* defined SCO */ #endif /* defined SCO */
#if !defined(FREEBSD) || (__FreeBSD_version < 700015) #if !defined(FREEBSD) || (__FreeBSD_version < 601103)
extern int h_errno; extern int h_errno;
...@@ -430,7 +430,7 @@ struct hostent *gethostbyname_r(const char *name, struct hostent *result, ...@@ -430,7 +430,7 @@ struct hostent *gethostbyname_r(const char *name, struct hostent *result,
return res; return res;
} }
#endif /* !defined(FREEBSD) || (__FreeBSD_version < 700015) */ #endif /* !defined(FREEBSD) || (__FreeBSD_version < 601103) */
#if defined(MACOSX) #if defined(MACOSX)
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment