diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-11 16:38:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-11 16:38:55 +0000 |
commit | 4cee966cabbbd52c38260dff95f5ab43772ba5d9 (patch) | |
tree | 8916b6b47f1f9cd964ee8cf819d67c0acb622969 /inet | |
parent | fc2a4f5f837f259c239fbd15911f80ca8c6907e3 (diff) | |
download | glibc-4cee966cabbbd52c38260dff95f5ab43772ba5d9.tar.gz glibc-4cee966cabbbd52c38260dff95f5ab43772ba5d9.tar.xz glibc-4cee966cabbbd52c38260dff95f5ab43772ba5d9.zip |
Updated to fedora-glibc-20071011T1636 cvs/fedora-glibc-2_6_90-19
Diffstat (limited to 'inet')
-rw-r--r-- | inet/netinet/in.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 4fdc0fadf1..136619831a 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-2001, 2003, 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1991-2001, 2003, 2004, 2006, 2007 + 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 @@ -211,9 +212,6 @@ extern const struct in6_addr in6addr_loopback; /* ::1 */ #define INET_ADDRSTRLEN 16 #define INET6_ADDRSTRLEN 46 -/* Get the definition of the macro to define the common sockaddr members. */ -#include <bits/socket.h> - /* Structure describing an Internet socket address. */ struct sockaddr_in |