!1178 [sync] PR-1149: cleancode: refactor lwipsock.h

From: @openeuler-sync-bot 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
This commit is contained in:
openeuler-ci-bot 2024-08-19 13:39:39 +00:00 committed by Gitee
commit cc2e32e9ba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1083 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
Name: lwip
Version: 2.2.0
Release: 39
Release: 40
License: BSD
URL: http://savannah.nongnu.org/projects/lwip/
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
@ -159,6 +159,7 @@ Patch9143: 0144-add-MCAST_MSFILTER-in-setsockopt-for-MLDv2-of-IPv6.patch
Patch9144: 0145-cleancode-improving-makefile-readability.patch
Patch9145: 0146-cleancode-remove-perf.patch
Patch9146: 0147-cleancode-rename-gazelle-files-in-lwip.patch
Patch9147: 0148-cleancode-refactor-lwipsock.h.patch
BuildRequires: gcc-c++ dos2unix dpdk-devel
@ -188,6 +189,9 @@ cd %{_builddir}/%{name}-%{version}/src
%{_libdir}/liblwip.a
%changelog
* Tue Jul 16 2024 LemmyHuang <huangliming5@huawei.com> - 2.2.0-40
- cleancode: refactor lwipsock.h
* Tue Jul 9 2024 LemmyHuang <huangliming5@huawei.com> - 2.2.0-39
- cleancode: rename gazelle files in lwip