Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix type of nd_opt_home_agent_info_preference.
  • Loading branch information
Arnaud Ebalard authored and Ulrich Drepper committed Jun 16, 2009
1 parent c518f9a commit 7ed520b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,5 +1,10 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>

[BZ #10195]
* inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
of nd_opt_home_agent_info_preference to uint16_t.
Patch by Arnaud Ebalard <arno@natisbad.org>.

[BZ #10207]
* nss/getent.c: Add support for print gshadow data.

Expand Down
4 changes: 2 additions & 2 deletions inet/netinet/icmp6.h
@@ -1,4 +1,4 @@
/* Copyright (C) 1991-1997,2000,2006 Free Software Foundation, Inc.
/* Copyright (C) 1991-1997,2000,2006,2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -339,7 +339,7 @@ struct nd_opt_home_agent_info
uint8_t nd_opt_home_agent_info_type;
uint8_t nd_opt_home_agent_info_len;
uint16_t nd_opt_home_agent_info_reserved;
int16_t nd_opt_home_agent_info_preference;
uint16_t nd_opt_home_agent_info_preference;
uint16_t nd_opt_home_agent_info_lifetime;
};

Expand Down

0 comments on commit 7ed520b

Please sign in to comment.