diff options
| author | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
| commit | c61953bcd21bb3d5e233168eb16441eba7ba9afd (patch) | |
| tree | b16b9703449153d4133939362741b83c112784d8 /common/src/nx_tcp_client_socket_bind.c | |
| parent | fbd7df3e7e1e40086d153166f035c1db5d8751be (diff) | |
6.1 Release
Diffstat (limited to 'common/src/nx_tcp_client_socket_bind.c')
| -rw-r--r-- | common/src/nx_tcp_client_socket_bind.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/nx_tcp_client_socket_bind.c b/common/src/nx_tcp_client_socket_bind.c index 6673112b..2467200c 100644 --- a/common/src/nx_tcp_client_socket_bind.c +++ b/common/src/nx_tcp_client_socket_bind.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _nx_tcp_client_socket_bind PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Yuxin Zhou, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Yuxin Zhou Initial Version 6.0 */ +/* 09-30-2020 Yuxin Zhou Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _nx_tcp_client_socket_bind(NX_TCP_SOCKET *socket_ptr, UINT port, ULONG wait_option) |
