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 @@
*
* $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)
/*
......
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