diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 11:55:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 11:55:52 +0000 |
commit | 9c777dfe8301cc0088917e35333d7db0064d68c8 (patch) | |
tree | de40825b83305d5fb753c839596bb863daf96537 /conform/data/netinet | |
parent | 4c3902f9880048f39b3be0534d6563bfc3522dd7 (diff) | |
download | glibc-9c777dfe8301cc0088917e35333d7db0064d68c8.tar glibc-9c777dfe8301cc0088917e35333d7db0064d68c8.tar.gz glibc-9c777dfe8301cc0088917e35333d7db0064d68c8.tar.bz2 glibc-9c777dfe8301cc0088917e35333d7db0064d68c8.zip |
Update.
2001-08-18 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl: Change namespace test to take #undef
lines into account.
* conform/data/netinet/in.h-data: Fix typo in allow-header line.
* conform/data/sys/socket.h-data: Add sockatmark.
Diffstat (limited to 'conform/data/netinet')
-rw-r--r-- | conform/data/netinet/in.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data index 9b7d05e821..1f1955d1a6 100644 --- a/conform/data/netinet/in.h-data +++ b/conform/data/netinet/in.h-data @@ -58,7 +58,7 @@ function uint16_t htons (uint16_t) function uint32_t ntohl (uint32_t) function uint16_t ntohs (uint16_t) -allow-header intttypes.h +allow-header inttypes.h allow-header arpa/inet.h constant INET6_ADDRSTRLEN 46 |