<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/netdb.h, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-24T06:53:12Z</updated>
<entry>
<title>style.</title>
<updated>2003-10-24T06:53:12Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-24T06:53:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff6322f8289a47c2d4a6a7137d238d6608d79b27'/>
<id>urn:sha1:ff6322f8289a47c2d4a6a7137d238d6608d79b27</id>
<content type='text'>
Reported by:	bde
</content>
</entry>
<entry>
<title>oops, EAI_NONAME is not EAINONAME.</title>
<updated>2003-10-24T03:49:38Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-24T03:49:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fdf361fd38d73f5476d6f1e718dfb57de28e68bd'/>
<id>urn:sha1:fdf361fd38d73f5476d6f1e718dfb57de28e68bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>workaround to have backward compatibility for EAI_NODATA.</title>
<updated>2003-10-23T17:54:17Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-23T17:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56f88dba4c11c60be8ef5704203af982abc07517'/>
<id>urn:sha1:56f88dba4c11c60be8ef5704203af982abc07517</id>
<content type='text'>
it will be removed on 23 Apr 2004.

Submitted by:	terry
</content>
</entry>
<entry>
<title>oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.</title>
<updated>2003-10-23T16:11:46Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-23T16:11:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27f9f4194284874846add5c03ee03c2ace7b059c'/>
<id>urn:sha1:27f9f4194284874846add5c03ee03c2ace7b059c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stop use of NI_WITHSCOPEID.  it was deprecated.</title>
<updated>2003-10-21T20:11:47Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-21T20:11:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d24cb2490d10a6abfd24c7bba65db9a7dc011715'/>
<id>urn:sha1:d24cb2490d10a6abfd24c7bba65db9a7dc011715</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>o Merge &lt;machine/ansi.h&gt; and &lt;machine/types.h&gt; into a new header</title>
<updated>2002-08-21T16:20:02Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-08-21T16:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abbd8902334e8c6409384593b4a2c81f939b47b4'/>
<id>urn:sha1:abbd8902334e8c6409384593b4a2c81f939b47b4</id>
<content type='text'>
  called &lt;machine/_types.h&gt;.
o &lt;machine/ansi.h&gt; will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
</content>
</entry>
<entry>
<title>Minor libc internal-only interface change for mapv4v6.</title>
<updated>2002-06-26T08:18:42Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-06-26T08:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=baefb2ee4e670d602b4a15ee8f2afdf84419d685'/>
<id>urn:sha1:baefb2ee4e670d602b4a15ee8f2afdf84419d685</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Breath deep and take __P out of the system include files.</title>
<updated>2002-03-23T17:24:55Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T17:24:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb28f3c29b4c91af1b0e79e456294bb08735648a'/>
<id>urn:sha1:bb28f3c29b4c91af1b0e79e456294bb08735648a</id>
<content type='text'>
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
</content>
</entry>
<entry>
<title>Fixed order of includes.  &lt;sys/cdefs.h&gt; must be included before</title>
<updated>2001-10-04T10:34:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-10-04T10:34:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb'/>
<id>urn:sha1:3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb</id>
<content type='text'>
&lt;machine/ansi.h&gt; for the definition of __signed, unless the compiler
is gcc.

Moved the declaration of socklen_t up together with the declaration of
size_t, and removed low-quality comment about this declaration.  Declaring
socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t.
</content>
</entry>
<entry>
<title>style(9) the structure definitions.</title>
<updated>2001-09-05T01:36:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-09-05T01:36:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1792335469ba3565828d0eb595a64116ff63abdf'/>
<id>urn:sha1:1792335469ba3565828d0eb595a64116ff63abdf</id>
<content type='text'>
</content>
</entry>
</feed>
