From: Lawrence S. <ljs...@us...> - 2017-01-02 21:19:51
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 83bee68d8d5a6e48cb3f8911c22c3af440b04096 (commit) from a0c96f374d6afe0afd1487d1cf88b6b8c138e310 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 83bee68d8d5a6e48cb3f8911c22c3af440b04096 Author: Lawrence Sebald <ljs...@us...> Date: Mon Jan 2 16:18:53 2017 -0500 Fix header comment for socket.h. We've had IPv6 support for a while, so we probably shouldn't say we don't. ----------------------------------------------------------------------- Summary of changes: include/sys/socket.h | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/include/sys/socket.h b/include/sys/socket.h index fba088f..e1f642b 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -9,11 +9,10 @@ \brief Main sockets header. This file contains the standard definitions (as directed by the POSIX 2008 - standard) for socket-related functionality in the AF_INET address family. - This does not include anything related to AF_INET6 (as IPv6 is not currently - implemented in KOS) nor UNIX domain sockets, and is not guaranteed to have - everything that one might have in a fully-standard compliant implementation - of the POSIX standard. + spec) for socket-related functionality in the AF_INET and AF_INET6 address + families. This does not include anything related to UNIX domain sockets + and is not guaranteed to have everything that one might have in a + fully-standards compliant implementation of the POSIX spec. \author Lawrence Sebald */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |