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_nd_cache_delete_internal.c | |
| parent | fbd7df3e7e1e40086d153166f035c1db5d8751be (diff) | |
6.1 Release
Diffstat (limited to 'common/src/nx_nd_cache_delete_internal.c')
| -rw-r--r-- | common/src/nx_nd_cache_delete_internal.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/src/nx_nd_cache_delete_internal.c b/common/src/nx_nd_cache_delete_internal.c index fe6cf4c3..20840141 100644 --- a/common/src/nx_nd_cache_delete_internal.c +++ b/common/src/nx_nd_cache_delete_internal.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* nx_nd_cache_delete_internal PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Yuxin Zhou, Microsoft Corporation */ @@ -82,6 +82,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_nd_cache_delete_internal(NX_IP *ip_ptr, ND_CACHE_ENTRY *entry) |
