Opened 17 years ago
Closed 16 years ago
#2237 closed bug (fixed)
Multiple declarations in posix/netdb.h
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
For example line: struct hostent *getipnodebyname P((const char *, int, int, int *)); is declared two times.
Attachments (1)
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
And there is also:
void freehostent __P((struct hostent *));
I don't know why it's duped. Maybe it should be freehostent_r insted of freehostent?
by , 16 years ago
Attachment: | ticket2237.diff added |
---|
patch to remove the 3 duplicated declarations listed. Note there might be more hiding in there still.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sure, just a matter of time :-)
Applied in hrev28961.
Note:
See TracTickets
for help on using tickets.
I see *getipnodebyaddr duped as well, are there any others?