The following issue has been SUBMITTED. 
====================================================================== 
https://www.austingroupbugs.net/view.php?id=1327 
====================================================================== 
Reported By:                dannyniu
Assigned To:                
====================================================================== 
Project:                    1003.1(2016)/Issue7+TC2
Issue ID:                   1327
Category:                   Base Definitions and Headers
Type:                       Error
Severity:                   Objection
Priority:                   normal
Status:                     New
Name:                       DannyNiu/NJF 
Organization:                
User Reference:              
Section:                    <netdb.h> 
Page Number:                <netdb.h> 
Line Number:                Address Information Structure 
Interp Status:              --- 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2020-02-24 04:42 UTC
Last Modified:              2020-02-24 04:42 UTC
====================================================================== 
Summary:                    flags should be ai_flags.
Description: 
The sentence immediately following the list of members to the addrinfo
structure mistakenly says: 

for use in *flags* field of the addrinfo structure, 

However, there's no *flags* member, but instead a *ai_flags* member. 
Desired Action: 
Change: 

The <netdb.h> header shall define the following symbolic constants that
evaluate to bitwise-distinct integer constants for use in the *flags* field
of the **addrinfo** structure

to

The <netdb.h> header shall define the following symbolic constants that
evaluate to bitwise-distinct integer constants for use in the *ai_flags*
field of the **addrinfo** structure

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2020-02-24 04:42 dannyniu       New Issue                                    
2020-02-24 04:42 dannyniu       Name                      => DannyNiu/NJF    
2020-02-24 04:42 dannyniu       Section                   => <netdb.h>       
2020-02-24 04:42 dannyniu       Page Number               => <netdb.h>       
2020-02-24 04:42 dannyniu       Line Number               => Address Information
Structure
======================================================================


Reply via email to