| Summary: | restrict qualifiers missing from sys/socket.h | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Craig Rodrigues <rodrigc> | ||||||
| Component: | standards | Assignee: | Alfred Perlstein <alfred> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 5.0-CURRENT | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Craig Rodrigues
2002-10-22 23:20:01 UTC
Hi, Here is a followup patch which adds restrict qualifiers to accept(), getpeername(), getsockname(), getsockopt(), and recvfrom() as specified in the latest POSIX standard. After applying the patch, and before recompiling everything, you need to regenerate syscall.h, syscall.mk and sysproto.h by doing: cd /usr/src/sys/kern sh makesyscalls.sh syscalls.master Is the attached patch OK? -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com Responsible Changed From-To: freebsd-standards->mike Over to me. Responsible Changed From-To: mike->alfred Alfred committed most of Craig's other PRs. State Changed From-To: open->closed committed |