Function to access the family of a sockaddr

2023-03-31 Thread Jonathan Wakely via austin-group-l at The Open Group
As well as the "it shall work, even if it must be magic" fix for the sockaddr aliasing problems, has any consideration been given to a named function for accessing the sa_family_t fields? inline sa_family_t getsockfam(const struct sockaddr* sa) { sa_family_t fam; memcpy(&fam, (char*)sa + offse

[Issue 8 drafts 0001650]: Words 'prerequisite' and 'dependency' used interchangeably

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1650 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001651]: make: options '-k' and '-S' are listed separately

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1651 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001652]: make: missing option argument

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1652 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001653]: make: confusing reference to word expansion

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1653 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001654]: make: wrong quotes in example

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1654 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001655]: make: wrong plural form

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1655 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001656]: make: too small scope in one-line summary

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1656 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001657]: make: section 'Makefile Syntax' contains unrelated requirements

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1657 == Reported By:rillig Assigned To: ==

[Issue 8 drafts 0001658]: spell 'white space' consistently

2023-03-31 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1658 == Reported By:rillig Assigned To: ==

Function to access the family of a sockaddr

2023-03-31 Thread Garrett Wollman via austin-group-l at The Open Group
< said: > I don't know if guaranteeing that would break existing implementations > though. It would be fine for Linux and Solaris, because the > sa_family_t field is the first one, so as long as every sockaddr > structure uses the same type for that first field, it's in the common > initial sequen