diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-27 03:34:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-27 03:34:27 +0000 |
commit | 218555e9f7d963227f90bdc0d2fbec814f7553e1 (patch) | |
tree | fbf60104a8a7886fee6ea752950cc8ba7d57ba2a | |
parent | e49dc847d2059e96949ce9ad0b3338c7337eaec9 (diff) | |
download | glibc-218555e9f7d963227f90bdc0d2fbec814f7553e1.tar.gz glibc-218555e9f7d963227f90bdc0d2fbec814f7553e1.tar.xz glibc-218555e9f7d963227f90bdc0d2fbec814f7553e1.zip |
* inet/inet6_option.c (option_alloc): Add temporary variable to
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index eb561bd7de..6109ec73da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,7 +40,7 @@ function if we are not going to define it. * sysdeps/unix/sysv/linux/writev.c: Likewise. - * inet/inet6_option.c (optin_alloc): Add temporary variable to + * inet/inet6_option.c (option_alloc): Add temporary variable to avoid warning. * libio/strfile.h (struct _IO_streambuf): Use correct type and |