diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-23 21:34:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-23 21:34:58 +0000 |
commit | c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb (patch) | |
tree | 6dd7566ba2bd4bc27c327d0348e0309b252ed07c /inet/netinet | |
parent | 7392ce9bb41a985cf0cba52cf6b021835ae28563 (diff) | |
download | glibc-c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb.tar glibc-c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb.tar.gz glibc-c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb.tar.bz2 glibc-c0bc5f7b8fd62dfa566dd3adb91f3a1ee8db6aeb.zip |
Update.
2000-03-23 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
Remove no-op pointer increment.
Diffstat (limited to 'inet/netinet')
-rw-r--r-- | inet/netinet/in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 13c2767d9a..fb668a204d 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1991-1999, 2000 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 @@ -209,6 +209,7 @@ struct sockaddr_in6 uint16_t sin6_port; /* Transport layer port # */ uint32_t sin6_flowinfo; /* IPv6 flow information */ struct in6_addr sin6_addr; /* IPv6 address */ + uint32_t sin6_scope_id; /* IPv6 scope-id */ }; /* IPv6 multicast request. */ |