Skip to content

Commit

Permalink
[BZ #5737]
Browse files Browse the repository at this point in the history
2008-02-15  Ulrich Drepper  <drepper@redhat.com>
	[BZ #5737]
	* resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
	__USE_MISC is defined.
  • Loading branch information
Ulrich Drepper committed Feb 15, 2008
1 parent 2e3e9ff commit c913639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2008-02-15 Ulrich Drepper <drepper@redhat.com>

[BZ #5737]
* resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
__USE_MISC is defined.

2008-02-10 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
Expand Down
2 changes: 1 addition & 1 deletion resolv/netdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ struct gaicb
# define EAI_IDN_ENCODE -105 /* IDN encoding failed. */
# endif

# ifdef __USE_GNU
# ifdef __USE_MISC
# define NI_MAXHOST 1025
# define NI_MAXSERV 32
# endif
Expand Down

0 comments on commit c913639

Please sign in to comment.